IBootstrapperPackage Interface
An interface defining a bootstrapper package.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
<GuidAttribute("A395646B-DAF6-466d-A637-1C1CF0C8D85A")> _
Public Interface IBootstrapperPackage
[GuidAttribute("A395646B-DAF6-466d-A637-1C1CF0C8D85A")]
public interface IBootstrapperPackage
[GuidAttribute(L"A395646B-DAF6-466d-A637-1C1CF0C8D85A")]
public interface class IBootstrapperPackage
[<GuidAttribute("A395646B-DAF6-466d-A637-1C1CF0C8D85A")>]
type IBootstrapperPackage = interface end
public interface IBootstrapperPackage
The IBootstrapperPackage type exposes the following members.
Properties
Name | Description | |
---|---|---|
Install | Gets or sets whether or not this package should be installed. | |
Name | Gets the name of the package. | |
ProductCode | Gets the unique identifier of the package. |
Top