COMAddIn.Connect 属性

定义

返回或设置指定 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。 活动加载项是经过注册并建立了连接的加载项;非活动加载项是经过注册但当前没有连接的加载项。

适用于