PackageAttribute Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.StringThe unique identifier of the dependency package.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace