IVsComReference::Identity Property
Visual Studio 2015
Gets or sets the identity of the COM reference.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610743808)] property String^ Identity { String^ get(); void set(String^ value); }
The identity contains the GUID and version of the COM reference. The identity can be used to uniquely identify the reference from among other COM references.
Show: