WAProvideLanguagePropertyAttribute Constructeurs

Définition

Surcharges

WAProvideLanguagePropertyAttribute(Type, String, Boolean)

Initialise une nouvelle instance de WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, Int32)

Initialise une nouvelle instance de WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, String)

Initialise une nouvelle instance de WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, Type)

Initialise une nouvelle instance de WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, Boolean)

Initialise une nouvelle instance de 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)

Paramètres

languageTemplateFactoryType
Type

Type de la fabrique de modèles de langage.

propertyName
String

Nom de la propriété.

propertyValue
Boolean

Valeur booléenne de la propriété.

S’applique à

WAProvideLanguagePropertyAttribute(Type, String, Int32)

Initialise une nouvelle instance de 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)

Paramètres

languageTemplateFactoryType
Type

Type de la fabrique de modèles de langage.

propertyName
String

Nom de la propriété.

propertyValue
Int32

Valeur entière de la propriété.

S’applique à

WAProvideLanguagePropertyAttribute(Type, String, String)

Initialise une nouvelle instance de 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)

Paramètres

languageTemplateFactoryType
Type

Type de la fabrique de modèles de langage.

propertyName
String

Nom de la propriété.

propertyValue
String

Valeur de chaîne de la propriété.

S’applique à

WAProvideLanguagePropertyAttribute(Type, String, Type)

Initialise une nouvelle instance de 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)

Paramètres

languageTemplateFactoryType
Type

Type de la fabrique de modèles de langage.

propertyName
String

Nom de la propriété.

propertyValue
Type

Valeur de la propriété de type entier.

S’applique à