WebSiteProperties.StartAction 属性

获取或设置调试网站时要执行的操作的类型。

命名空间:  VsWebSite
程序集:  VsWebSite.Interop(在 VsWebSite.Interop.dll 中)

语法

声明
Property StartAction As webStartAction
    Get
    Set
webStartAction StartAction { get; set; }
property webStartAction StartAction {
    webStartAction get ();
    void set (webStartAction value);
}
abstract StartAction : webStartAction with get, set
function get StartAction () : webStartAction
function set StartAction (value : webStartAction)

属性值

类型:VsWebSite.webStartAction
webStartAction 枚举值之一。

示例

有关读取和设置后期绑定属性的示例,请参见 WebSiteProperties

.NET Framework 安全性

请参见

参考

WebSiteProperties 接口

VsWebSite 命名空间

EnvDTE

WebSiteProperties

其他资源

引用自动化程序集和 DTE2 对象