Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the GUID of the language service.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Declaration
Public Property LanguageService As Guid
public Guid LanguageService { get; protected set; }
public:
property Guid LanguageService {
Guid get ();
protected: void set (Guid value);
}
member LanguageService : Guid with get, set
function get LanguageService () : Guid
protected function set LanguageService (value : Guid)
Property Value
Type: System.Guid
The GUID of the language service.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.