IPublishProperties3.InstallFrom 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置安装应用程序的位置的类型。
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom InstallFrom { Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom get(); void set(Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom value); };
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom InstallFrom { Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom get(); void set(Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom value); };
[System.Runtime.InteropServices.DispId(10)]
public Microsoft.VisualStudio.ManagedInterfaces.Publish.InstallFrom InstallFrom { get; set; }
[<System.Runtime.InteropServices.DispId(10)>]
member this.InstallFrom : Microsoft.VisualStudio.ManagedInterfaces.Publish.InstallFrom with get, set
Public Property InstallFrom As InstallFrom
属性值
InstallFrom 值之一。
实现
- 属性