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