Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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