IBootstrapperPackageCollection::Item Property (Object^)
Visual Studio 2015
Gets an IBootstrapperPackage interface given its product code.
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
property IBootstrapperPackage^ default[ Object^ key ] { IBootstrapperPackage^ get(Object^ key); }
Parameters
- key
-
Type:
System::Object^
The ProductCode of the bootstrapper package.
Property Value
Type: Microsoft.VisualStudio.ManagedInterfaces.Publish::IBootstrapperPackage^A bootstrapper package.
Show: