WAProvideLanguagePropertyAttribute Constructor (Type^, String^, String^)
Visual Studio 2015
Initializes a new instance of WAProvideLanguagePropertyAttribute.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public:
WAProvideLanguagePropertyAttribute(
Type^ languageTemplateFactoryType,
String^ propertyName,
String^ propertyValue
)
Parameters
- languageTemplateFactoryType
-
Type:
System::Type^
The type of the language template factory.
- propertyName
-
Type:
System::String^
The name of the property.
- propertyValue
-
Type:
System::String^
The string value of the property.
Show: