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