Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an IBootstrapperPackage interface given its product code.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
key As Object _
) As IBootstrapperPackage
Get
'Usage
Dim instance As IBootstrapperPackageCollection
Dim key As Object
Dim value As IBootstrapperPackage
value = instance(key)
IBootstrapperPackage this[
Object key
] { get; }
property IBootstrapperPackage^ default[Object^ key] {
IBootstrapperPackage^ get (Object^ key);
}
abstract Item : IBootstrapperPackage
JScript does not support indexed properties.
Parameters
- key
Type: System.Object
The ProductCode of the bootstrapper package.
Property Value
Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.IBootstrapperPackage
A bootstrapper package.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IBootstrapperPackageCollection Interface