IVsPackageInfoQueryService.GetPackageInfo(Guid) 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.
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
Remarks
This method is safe to access from any thread.