Share via


PackageAttribute Constructor

Initializes a new instance of the PackageAttribute.

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

Syntax

'Declaration
Public Sub New ( _
    guid As String _
)
public PackageAttribute(
    string guid
)
public:
PackageAttribute(
    String^ guid
)
new : 
        guid:string -> PackageAttribute
public function PackageAttribute(
    guid : String
)

Parameters

  • guid
    Type: String

    The unique identifier of the dependency package.

.NET Framework Security

See Also

Reference

PackageAttribute Class

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace