IPublishProperties3.BootstrapperComponentsLocation 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 or sets how the bootstrapping application will download components.
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::ComponentsLocation BootstrapperComponentsLocation { Microsoft::VisualStudio::ManagedInterfaces::Publish::ComponentsLocation get(); void set(Microsoft::VisualStudio::ManagedInterfaces::Publish::ComponentsLocation value); };
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::ComponentsLocation BootstrapperComponentsLocation { Microsoft::VisualStudio::ManagedInterfaces::Publish::ComponentsLocation get(); void set(Microsoft::VisualStudio::ManagedInterfaces::Publish::ComponentsLocation value); };
[System.Runtime.InteropServices.DispId(29)]
public Microsoft.VisualStudio.ManagedInterfaces.Publish.ComponentsLocation BootstrapperComponentsLocation { get; set; }
[<System.Runtime.InteropServices.DispId(29)>]
member this.BootstrapperComponentsLocation : Microsoft.VisualStudio.ManagedInterfaces.Publish.ComponentsLocation with get, set
Public Property BootstrapperComponentsLocation As ComponentsLocation
Property Value
One of the ComponentsLocation values.
Implements
- Attributes