Freigeben über


AttributeCallbackBuilder.CallbackType-Eigenschaft

Ruft den Typ ab, für den dieser Rückruf aufgerufen wird.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property CallbackType As Type
    Get
public Type CallbackType { get; }
public:
property Type^ CallbackType {
    Type^ get ();
}
member CallbackType : Type
function get CallbackType () : Type

Eigenschaftswert

Typ: System.Type
Der Typ, für den dieser Rückruf aufgerufen wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

AttributeCallbackBuilder Klasse

Microsoft.Windows.Design.Metadata-Namespace

AttributeTableBuilder

AddCallback

AttributeTable