ProvideLanguageExtensionAttribute.LanguageService Property

Definition

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.

Applies to