다음을 통해 공유


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
    Get
‘사용 방법
Dim instance As ProvideGeneratorAttribute
Dim value As Type

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

Property Value

Type: System.Type
The type of the code generator.

.NET Framework Security

See Also

Reference

ProvideGeneratorAttribute Class

ProvideGeneratorAttribute Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace