IInkExtendedProperty interface (msinkaut.h)
Represents the ability to add your own data to a variety of objects within the Tablet PC object model.
Inheritance
The IInkExtendedProperty interface inherits from the IDispatch interface.
Methods
The IInkExtendedProperty interface has these methods.
IInkExtendedProperty::get_Data Gets or sets the data of the extended property. (Get) |
IInkExtendedProperty::get_Guid Gets the globally unique identifier (GUID) of the IInkExtendedProperty object. |
IInkExtendedProperty::put_Data Gets or sets the data of the extended property. (Put) |
Remarks
Extended properties are application-defined data that can be of whatever form the application requires. The name of the extended property is expressed as a globally unique identifier (GUID).
If you define a class that implements this interface, the new class will not interact correctly with the Tablet PC application programming interfaces (APIs).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msinkaut.h |