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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AttributeCallbackBuilder Class
AttributeCallbackBuilder Members
Microsoft.Windows.Design.Metadata Namespace