[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,
	bool withNestedPath
)
Visual Basic
Public Shared Function GetTypeCaption ( _
	t As Type, _
	withNestedPath As Boolean _
) As String
F#
static member GetTypeCaption : 
        t:Type * 
        withNestedPath:bool -> string 

Parameters

t
Type: System..::..Type
Ein Type.
withNestedPath
Type: System..::..Boolean
Falls der übergebene Type ein verschachtelter Typ ist, gibt withNestedPath an, ob der Pfad der Verschachtelung mit zurückgegeben werden soll.

Return Value

Eine Beschriftung.

See Also