WAProvideLanguagePropertyAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

WAProvideLanguagePropertyAttribute(Type, String, Boolean)

WAProvideLanguagePropertyAttribute 'un yeni bir örneğini başlatır.

WAProvideLanguagePropertyAttribute(Type, String, Int32)

WAProvideLanguagePropertyAttribute 'un yeni bir örneğini başlatır.

WAProvideLanguagePropertyAttribute(Type, String, String)

WAProvideLanguagePropertyAttribute 'un yeni bir örneğini başlatır.

WAProvideLanguagePropertyAttribute(Type, String, Type)

WAProvideLanguagePropertyAttribute 'un yeni bir örneğini başlatır.

WAProvideLanguagePropertyAttribute(Type, String, Boolean)

WAProvideLanguagePropertyAttribute 'un yeni bir örneğini başlatır.

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)

Parametreler

languageTemplateFactoryType
Type

Dil şablonu fabrikası türü.

propertyName
String

Özelliğin adı.

propertyValue
Boolean

Özelliğin Boolean değeri.

Şunlara uygulanır

WAProvideLanguagePropertyAttribute(Type, String, Int32)

WAProvideLanguagePropertyAttribute 'un yeni bir örneğini başlatır.

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)

Parametreler

languageTemplateFactoryType
Type

Dil şablonu fabrikası türü.

propertyName
String

Özelliğin adı.

propertyValue
Int32

Özelliğin tamsayı değeri.

Şunlara uygulanır

WAProvideLanguagePropertyAttribute(Type, String, String)

WAProvideLanguagePropertyAttribute 'un yeni bir örneğini başlatır.

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)

Parametreler

languageTemplateFactoryType
Type

Dil şablonu fabrikası türü.

propertyName
String

Özelliğin adı.

propertyValue
String

Özelliğin dize değeri.

Şunlara uygulanır

WAProvideLanguagePropertyAttribute(Type, String, Type)

WAProvideLanguagePropertyAttribute 'un yeni bir örneğini başlatır.

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)

Parametreler

languageTemplateFactoryType
Type

Dil şablonu fabrikası türü.

propertyName
String

Özellik adı.

propertyValue
Type

Integer özelliği değeri.

Şunlara uygulanır