| Visual Basic (Declaration) | |
|---|---|
<BrowsableAttribute(False)> <DefaultValueAttribute()> <DescriptionAttribute("Gets or sets an object associated with an annotation.")> <DesignerSerializationVisibilityAttribute()> <SerializationVisibilityAttribute()> <CategoryAttribute()> Public Overridable Property Tag As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[BrowsableAttribute(false)] [DefaultValueAttribute()] [DescriptionAttribute("Gets or sets an object associated with an annotation.")] [DesignerSerializationVisibilityAttribute()] [SerializationVisibilityAttribute()] [CategoryAttribute()] public virtual object Tag {get; set;} | |
Return Value
An Object associated with an annotation.This property may be used to store additional data with an annotation.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family