AddIn.Connected Property

Definition

Gets or sets a value indicating whether an add-in is loaded and connected.

public:
 property bool Connected { bool get(); void set(bool value); };
public:
 property bool Connected { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(6)]
public bool Connected { [System.Runtime.InteropServices.DispId(6)] get; [System.Runtime.InteropServices.DispId(6)] set; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
[<set: System.Runtime.InteropServices.DispId(6)>]
member this.Connected : bool with get, set
Public Property Connected As Boolean

Property Value

A Boolean value indicating whether an add-in is loaded and connected.

Attributes

Remarks

Add-ins are deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.

Applies to