IPublishProperties.BootstrapperComponentsLocation Property

Gets or sets the way the bootstrapper should download components.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

Syntax

‘선언
Property BootstrapperComponentsLocation As ComponentsLocation
    Get
    Set
‘사용 방법
Dim instance As IPublishProperties
Dim value As ComponentsLocation

value = instance.BootstrapperComponentsLocation

instance.BootstrapperComponentsLocation = value
ComponentsLocation BootstrapperComponentsLocation { get; set; }
property ComponentsLocation BootstrapperComponentsLocation {
    ComponentsLocation get ();
    void set (ComponentsLocation value);
}
abstract BootstrapperComponentsLocation : ComponentsLocation with get, set
function get BootstrapperComponentsLocation () : ComponentsLocation
function set BootstrapperComponentsLocation (value : ComponentsLocation)

Property Value

Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.ComponentsLocation
ComponentsLocation.

.NET Framework Security

See Also

Reference

IPublishProperties Interface

IPublishProperties Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace