IExplorerViewItem.Tag Property
Gets the object that contains data about the item.
Namespace: Microsoft.SqlServer.Management.Explorer
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
ReadOnly Property Tag As Object
Get
'Usage
Dim instance As IExplorerViewItem
Dim value As Object
value = instance.Tag
Object Tag { get; }
property Object^ Tag {
Object^ get ();
}
abstract Tag : Object
function get Tag () : Object
Property Value
Type: System.Object
An object that contains data about the specified item.