Share via


AttributeCallbackBuilder.CallbackType Property

Gets the type this callback is being invoked for.

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

Syntax

'Declaration
Public ReadOnly Property CallbackType As Type
'Usage
Dim instance As AttributeCallbackBuilder 
Dim value As Type 

value = instance.CallbackType
public Type CallbackType { get; }
public:
property Type^ CallbackType {
    Type^ get ();
}
public function get CallbackType () : Type

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

AttributeCallbackBuilder Class

AttributeCallbackBuilder Members

Microsoft.Windows.Design.Metadata Namespace

AttributeTableBuilder

AddCallback

AttributeTable

Other Resources

Metadata Store