Visual Basic (Declaration) | |
---|---|
Public Property Attribute As RasterDocumentDictionaryAttribute |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterDocumentDictionaryAttribute Attribute {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterDocumentDictionaryAttribute get_Attribute(); public: __property void set_Attribute( RasterDocumentDictionaryAttribute value ); |
C++/CLI | |
---|---|
public: property RasterDocumentDictionaryAttribute Attribute { RasterDocumentDictionaryAttribute get(); void set (RasterDocumentDictionaryAttribute value); } |
Return Value
The User dictionary attribute that is used when adding an item into the dictionary.Refer to SetUserDictionary example.
This property will be updated when calling GetUserDictionarySectionItem.
Also, the value of this property will be used when calling the following methods:
- AddItemToUserDictionary method
- RemoveItemFromUserDictionary method
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family