ProvideGeneratorAttribute::GeneratorType Property

 

Gets the type of the code generator.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property Type^ GeneratorType {
	Type^ get();
}

Property Value

Type: System::Type^

The type of the code generator.

Return to top
Show: