IVsSetupCompositionService.GetSetupPackageInfo(String) 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::IVsSetupPackageInfo ^ GetSetupPackageInfo(System::String ^ packageName);
public:
Microsoft::VisualStudio::Shell::Interop::IVsSetupPackageInfo ^ GetSetupPackageInfo(Platform::String ^ packageName);
Microsoft::VisualStudio::Shell::Interop::IVsSetupPackageInfo GetSetupPackageInfo(std::wstring const & packageName);
public Microsoft.VisualStudio.Shell.Interop.IVsSetupPackageInfo GetSetupPackageInfo (string packageName);
abstract member GetSetupPackageInfo : string -> Microsoft.VisualStudio.Shell.Interop.IVsSetupPackageInfo
Public Function GetSetupPackageInfo (packageName As String) As IVsSetupPackageInfo
Parameters
- packageName
- String