PackageAttribute::Guid Property

 

Gets or sets the unique identifier of the dependency package.

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

public:
property String^ Guid {
	String^ get();
}

Property Value

Type: System::String^

The unique identifier of the dependency package.

Return to top
Show: