Freigeben über


ISymbol.Locations Eigenschaft

Definition

Ruft die Speicherorte ab, an denen das Symbol ursprünglich definiert wurde, entweder in der Quelle oder in Metadaten. Einige Symbole (z. B. Teilklassen) können an mehreren Stellen definiert werden.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Location ^> Locations { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Location ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Location> Locations { get; }
member this.Locations : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Location>
Public ReadOnly Property Locations As ImmutableArray(Of Location)

Eigenschaftswert

Gilt für: