IVsReference.Name-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab oder legt den Namen, der den Verweis identifiziert.

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

Syntax

[DispIdAttribute(1610678272)]
string Name { get; set; }
[DispIdAttribute(1610678272)]
property String^ Name {
    String^ get();
    void set(String^ value);
}
[<DispIdAttribute(1610678272)>]
abstract Name : string with get, set
<DispIdAttribute(1610678272)>
Property Name As String

Eigenschaftswert

Type: System.String

Der Name, den Verweis identifiziert.

Siehe auch

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

Zurück zum Anfang