ProvideCodeGeneratorAttribute(Type, String, String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor
public:
ProvideCodeGeneratorAttribute(Type ^ type, System::String ^ name, System::String ^ description, bool generatesDesignTimeSource);
public:
ProvideCodeGeneratorAttribute(Platform::Type ^ type, Platform::String ^ name, Platform::String ^ description, bool generatesDesignTimeSource);
public ProvideCodeGeneratorAttribute (Type type, string name, string description, bool generatesDesignTimeSource);
new Microsoft.VisualStudio.TextTemplating.VSHost.ProvideCodeGeneratorAttribute : Type * string * string * bool -> Microsoft.VisualStudio.TextTemplating.VSHost.ProvideCodeGeneratorAttribute
Public Sub New (type As Type, name As String, description As String, generatesDesignTimeSource As Boolean)
Parameters
- type
- Type
- name
- String
- description
- String
- generatesDesignTimeSource
- Boolean