Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the GUID of the package containing a project that supports invoking this generator.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public ReadOnly Property PackageGuid As Guid
Get
'Usage
Dim instance As ProvideGeneratorAttribute
Dim value As Guid
value = instance.PackageGuid
public Guid PackageGuid { get; }
public:
property Guid PackageGuid {
Guid get ();
}
member PackageGuid : Guid
function get PackageGuid () : Guid
Property Value
Type: System.Guid
The GUID of the package containing a project that supports invoking this generator.
.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
ProvideGeneratorAttribute Class