Share via


NavigateToItem.Tag Property

Gets the custom data that the implementer provided.

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property Tag As Object
public Object Tag { get; }
public:
property Object^ Tag {
    Object^ get ();
}
member Tag : Object
function get Tag () : Object

Property Value

Type: System.Object
The custom data from the implementer.

.NET Framework Security

See Also

Reference

NavigateToItem Class

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace