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)

public:
property Object^ Tag {
	Object^ get();
}

Property Value

Type: System::Object^

The custom data from the implementer.

Return to top
Show: