AddIn::Connected Property

 

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

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property bool Connected {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

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

Return to top
Show: