PackageAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new PackageAttribute.
public:
PackageAttribute(System::String ^ guid);
public:
PackageAttribute(Platform::String ^ guid);
PackageAttribute(std::wstring const & guid);
public PackageAttribute (string guid);
new Microsoft.VisualStudio.Language.NavigateTo.Interfaces.PackageAttribute : string -> Microsoft.VisualStudio.Language.NavigateTo.Interfaces.PackageAttribute
Public Sub New (guid As String)
Parameters
- guid
- String
The unique identifier of the dependency package.