IVsConnectedServiceInstanceReference::AlreadyReferenced Property
Visual Studio 2015
Determines whether the service has already been referenced.
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::BooleanTrue if the service has already been referenced, otherwise false.
Implements
IVsReference::AlreadyReferenced
Show: