IVsServiceInfo.ServiceGuid 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.
Gets the service GUID.
public:
property Guid ServiceGuid { Guid get(); };
[System.Runtime.InteropServices.DispId(1610678272)]
public Guid ServiceGuid { get; }
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.ServiceGuid : Guid
Public ReadOnly Property ServiceGuid As Guid
Property Value
The service GUID.
- Attributes
Remarks
This property is safe to access from any thread.