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)

Syntax

'宣言
Public ReadOnly Property GeneratorType As Type
'使用
Dim instance As ProvideGeneratorAttribute
Dim value As Type

value = instance.GeneratorType
public Type GeneratorType { get; }
public:
property Type^ GeneratorType {
    Type^ get ();
}
public function get GeneratorType () : Type

Property Value

Type: System.Type

The type of the code generator.

Permissions

See Also

Reference

ProvideGeneratorAttribute Class

ProvideGeneratorAttribute Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace