ProvideGeneratorAttribute::PackageGuid Property

 

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)

public:
property Guid PackageGuid {
	Guid get();
}

Property Value

Type: System::Guid

The GUID of the package containing a project that supports invoking this generator.

Return to top
Show: