ProvideLanguageExtensionAttribute Constructor

 

Initializes a new instance of the ProvideLanguageExtensionAttribute attribute.

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

NameDescription
System_CAPS_pubmethodProvideLanguageExtensionAttribute(String^, String^)

Initializes a new instance of the ProvideLanguageExtensionAttribute attribute, using the specified language service GUID.

System_CAPS_pubmethodProvideLanguageExtensionAttribute(Type^, String^)

Initializes a new instance of the ProvideLanguageExtensionAttribute attribute, using the type of your language service class.

These constructors are used to specify the language service GUID and the file extension.

Return to top
Show: