COMAddIn.Connect 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置指定 COMAddIn 对象的连接状态。
public:
property bool Connect { bool get(); void set(bool value); };
public bool Connect { get; set; }
member this.Connect : bool with get, set
Public Property Connect As Boolean
属性值
注解
如果该加载项是活动的,那么 Connect 属性返回 True,反之返回 False。 活动加载项是经过注册并建立了连接的加载项;非活动加载项是经过注册但当前没有连接的加载项。