ProvideBrokeredServiceAttribute.GetPackageGuid Method
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 a GUID for the package that proffers this service.
protected:
virtual Guid GetPackageGuid(Microsoft::VisualStudio::Shell::RegistrationAttribute::RegistrationContext ^ context);
protected virtual Guid GetPackageGuid (Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext context);
abstract member GetPackageGuid : Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext -> Guid
override this.GetPackageGuid : Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext -> Guid
Protected Overridable Function GetPackageGuid (context As RegistrationAttribute.RegistrationContext) As Guid
Parameters
The context passed to Register(RegistrationAttribute+RegistrationContext).
Returns
The guid to load.