IBootstrapperPackageCollection.Item[Object] Property
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 an IBootstrapperPackage interface given its product code.
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::IBootstrapperPackage ^ default[System::Object ^] { Microsoft::VisualStudio::ManagedInterfaces::Publish::IBootstrapperPackage ^ get(System::Object ^ key); };
public Microsoft.VisualStudio.ManagedInterfaces.Publish.IBootstrapperPackage this[object key] { get; }
member this.Item(obj) : Microsoft.VisualStudio.ManagedInterfaces.Publish.IBootstrapperPackage
Default Public ReadOnly Property Item(key As Object) As IBootstrapperPackage
Parameters
- key
- Object
The ProductCode of the bootstrapper package.
Property Value
A bootstrapper package.