WAProvideLanguagePropertyAttribute Constructor (Type^, String^, Type^)

 

Initializes a new instance of WAProvideLanguagePropertyAttribute.

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

public:
WAProvideLanguagePropertyAttribute(
	Type^ languageTemplateFactoryType,
	String^ propertyName,
	Type^ propertyValue
)

Parameters

languageTemplateFactoryType
Type: System::Type^

The type of the language template factory.

propertyName
Type: System::String^

The property name.

propertyValue
Type: System::Type^

The integer property value.

Return to top
Show: