ProvideGeneratorAttribute Constructor (Type^, String^, String^, String^, Boolean)
Visual Studio 2015
Initializes a new instance of ProvideGeneratorAttribute for the given package and generator.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: ProvideGeneratorAttribute( Type^ generatorType, String^ name, String^ description, String^ packageGuid, bool generateDesignTimeSource )
Parameters
- generatorType
-
Type:
System::Type^
The type of the associated code generator.
- name
-
Type:
System::String^
The name of the associated code generator.
- description
-
Type:
System::String^
The description of the associated code generator.
- packageGuid
-
Type:
System::String^
The GUID of the package containing a project that supports invoking a code generator of generatorType.
- generateDesignTimeSource
-
Type:
System::Boolean
true if the associated code generator generates source code for use at design time, otherwise false.
Show: