IVsConnectedServiceInstanceReference::AlreadyReferenced Property

 

Determines whether the service has already been referenced.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[DispIdAttribute(1610678276)]
property bool AlreadyReferenced {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

True if the service has already been referenced, otherwise false.

Return to top
Show: