[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine formatierte Beschriftung für einen Type zurück.

Namespace: DynamicNode.Ext.Objects
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)

Syntax

C#
public static string GetTypeCaption(
	Type t
)
Visual Basic
Public Shared Function GetTypeCaption ( _
	t As Type _
) As String
F#
static member GetTypeCaption : 
        t:Type -> string 

Parameters

t
Type: System..::..Type
Ein Type.

Return Value

Eine Beschriftung.

See Also