ProvideCodeGeneratorAttribute(Type, String, String, Boolean) Constructor

Definition

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

Applies to