PackageAttribute Constructor (String^)

 

Initializes a new instance of the PackageAttribute class.

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

public:
PackageAttribute(
	String^ guid
)

Parameters

guid
Type: System::String^

The unique identifier of the dependency package.

Return to top
Show: