LanguageService.GetLanguageServiceGuid Method
Returns the GUID of the language service.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public Function GetLanguageServiceGuid As Guid
'Usage
Dim instance As LanguageService
Dim returnValue As Guid
returnValue = instance.GetLanguageServiceGuid()
public Guid GetLanguageServiceGuid()
public:
Guid GetLanguageServiceGuid()
public function GetLanguageServiceGuid() : Guid
Return Value
Type: System.Guid
Always returns the GUID of the language service.
Remarks
The value returned is the GUID of the language service which is also the GUID of the language represented by the 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.