IVsReferenceProviderContext.References-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft eine Auflistung von verweisen.

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

Syntax

[DispIdAttribute(1610678273)]
Array References { get; }
[DispIdAttribute(1610678273)]
property Array^ References {
    Array^ get();
}
[<DispIdAttribute(1610678273)>]
abstract References : Array with get
<DispIdAttribute(1610678273)>
ReadOnly Property References As Array

Eigenschaftswert

Type: System.Array

Die Auflistung der Verweise.

Siehe auch

IVsReferenceProviderContext-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang