Share via


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
Public property Install Gets or sets whether or not this package should be installed.
Public property Name Gets the name of the package.
Public property ProductCode Gets the unique identifier of the package.

Top

See Also

Reference

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace

IBootstrapperPackageCollection