AttributeCallbackBuilder.CallbackType Property

Gets the type this callback is being invoked for.

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

Property Value

Type: System.Type
The type this callback is being invoked for.

.NET Framework Security

See Also

Reference

AttributeCallbackBuilder Class

Microsoft.Windows.Design.Metadata Namespace

AttributeTableBuilder

AddCallback

AttributeTable