ProvideLanguageExtensionAttribute.LanguageService Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the language GUID.
public:
property Guid LanguageService { Guid get(); };
public Guid LanguageService { get; }
member this.LanguageService : Guid
Public ReadOnly Property LanguageService As Guid
Property Value
Returns a Guid object containing the GUID of the language service that was passed to the ProvideLanguageExtensionAttribute class constructor.
Remarks
This property is not normally used outside the class.