WAProvideLanguagePropertyAttribute Constructors

Definition

Overloads

WAProvideLanguagePropertyAttribute(Type, String, Boolean)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, Int32)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, String)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, Type)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, Boolean)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

public:
 WAProvideLanguagePropertyAttribute(Type ^ languageTemplateFactoryType, System::String ^ propertyName, bool propertyValue);
public:
 WAProvideLanguagePropertyAttribute(Platform::Type ^ languageTemplateFactoryType, Platform::String ^ propertyName, bool propertyValue);
public WAProvideLanguagePropertyAttribute (Type languageTemplateFactoryType, string propertyName, bool propertyValue);
new Microsoft.VisualStudio.Shell.WAProvideLanguagePropertyAttribute : Type * string * bool -> Microsoft.VisualStudio.Shell.WAProvideLanguagePropertyAttribute
Public Sub New (languageTemplateFactoryType As Type, propertyName As String, propertyValue As Boolean)

Parameters

languageTemplateFactoryType
Type

The type of the language template factory.

propertyName
String

The name of the property.

propertyValue
Boolean

The boolean value of the property.

Applies to

WAProvideLanguagePropertyAttribute(Type, String, Int32)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

public:
 WAProvideLanguagePropertyAttribute(Type ^ languageTemplateFactoryType, System::String ^ propertyName, int propertyValue);
public:
 WAProvideLanguagePropertyAttribute(Platform::Type ^ languageTemplateFactoryType, Platform::String ^ propertyName, int propertyValue);
public WAProvideLanguagePropertyAttribute (Type languageTemplateFactoryType, string propertyName, int propertyValue);
new Microsoft.VisualStudio.Shell.WAProvideLanguagePropertyAttribute : Type * string * int -> Microsoft.VisualStudio.Shell.WAProvideLanguagePropertyAttribute
Public Sub New (languageTemplateFactoryType As Type, propertyName As String, propertyValue As Integer)

Parameters

languageTemplateFactoryType
Type

The type of the language template factory.

propertyName
String

The name of the property.

propertyValue
Int32

The integer value of the property.

Applies to

WAProvideLanguagePropertyAttribute(Type, String, String)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

public:
 WAProvideLanguagePropertyAttribute(Type ^ languageTemplateFactoryType, System::String ^ propertyName, System::String ^ propertyValue);
public:
 WAProvideLanguagePropertyAttribute(Platform::Type ^ languageTemplateFactoryType, Platform::String ^ propertyName, Platform::String ^ propertyValue);
public WAProvideLanguagePropertyAttribute (Type languageTemplateFactoryType, string propertyName, string propertyValue);
new Microsoft.VisualStudio.Shell.WAProvideLanguagePropertyAttribute : Type * string * string -> Microsoft.VisualStudio.Shell.WAProvideLanguagePropertyAttribute
Public Sub New (languageTemplateFactoryType As Type, propertyName As String, propertyValue As String)

Parameters

languageTemplateFactoryType
Type

The type of the language template factory.

propertyName
String

The name of the property.

propertyValue
String

The string value of the property.

Applies to

WAProvideLanguagePropertyAttribute(Type, String, Type)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

public:
 WAProvideLanguagePropertyAttribute(Type ^ languageTemplateFactoryType, System::String ^ propertyName, Type ^ propertyValue);
public:
 WAProvideLanguagePropertyAttribute(Platform::Type ^ languageTemplateFactoryType, Platform::String ^ propertyName, Platform::Type ^ propertyValue);
public WAProvideLanguagePropertyAttribute (Type languageTemplateFactoryType, string propertyName, Type propertyValue);
new Microsoft.VisualStudio.Shell.WAProvideLanguagePropertyAttribute : Type * string * Type -> Microsoft.VisualStudio.Shell.WAProvideLanguagePropertyAttribute
Public Sub New (languageTemplateFactoryType As Type, propertyName As String, propertyValue As Type)

Parameters

languageTemplateFactoryType
Type

The type of the language template factory.

propertyName
String

The property name.

propertyValue
Type

The integer property value.

Applies to