Share via


WAProvideLanguagePropertyAttribute Constructor (Type, String, Type)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

WAProvideLanguagePropertyAttribute Class

WAProvideLanguagePropertyAttribute Overload

Microsoft.VisualStudio.Shell Namespace