Share via


WAProvideLanguagePropertyAttribute Constructor (Type, String, Boolean)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Sub New ( _
    languageTemplateFactoryType As Type, _
    propertyName As String, _
    propertyValue As Boolean _
)
public WAProvideLanguagePropertyAttribute(
    Type languageTemplateFactoryType,
    string propertyName,
    bool propertyValue
)
public:
WAProvideLanguagePropertyAttribute(
    Type^ languageTemplateFactoryType, 
    String^ propertyName, 
    bool propertyValue
)
new : 
        languageTemplateFactoryType:Type * 
        propertyName:string * 
        propertyValue:bool -> WAProvideLanguagePropertyAttribute
public function WAProvideLanguagePropertyAttribute(
    languageTemplateFactoryType : Type, 
    propertyName : String, 
    propertyValue : boolean
)

Parameters

  • languageTemplateFactoryType
    Type: Type

    The type of the language template factory.

  • propertyName
    Type: String

    The name of the property.

  • propertyValue
    Type: Boolean

    The boolean value of the property.

.NET Framework Security

See Also

Reference

WAProvideLanguagePropertyAttribute Class

WAProvideLanguagePropertyAttribute Overload

Microsoft.VisualStudio.Shell Namespace