IPublishProperties3.BootstrapperComponentsLocation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置启动应用程序下载组件的方式。
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
属性值
ComponentsLocation 值之一。
实现
- 属性