IVsPackageInfoQueryService.GetPackageInfo(Guid) Method

Definition

public:
 Microsoft::VisualStudio::Shell::Interop::IVsPackageInfo ^ GetPackageInfo(Guid % packageGuid);
public Microsoft.VisualStudio.Shell.Interop.IVsPackageInfo GetPackageInfo (ref Guid packageGuid);
abstract member GetPackageInfo : Guid -> Microsoft.VisualStudio.Shell.Interop.IVsPackageInfo
Public Function GetPackageInfo (ByRef packageGuid As Guid) As IVsPackageInfo

Parameters

packageGuid
Guid

Returns

Applies to