Freigeben über


IModelElement.SourceCodePositions-Eigenschaft

Ruft die Liste der Quellen ab, die dieses Element definieren.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property SourceCodePositions As ICollection(Of SourceCodePosition)
    Get
ICollection<SourceCodePosition> SourceCodePositions { get; }
property ICollection<SourceCodePosition^>^ SourceCodePositions {
    ICollection<SourceCodePosition^>^ get ();
}
abstract SourceCodePositions : ICollection<SourceCodePosition>
function get SourceCodePositions () : ICollection<SourceCodePosition>

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<SourceCodePosition>
Ein ICollection<T> vom Typ SourceCodePosition.

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelElement Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace