Sdílet prostřednictvím


IModelElement.SourceCodePositions – vlastnost

Získá seznam zdrojů, které určují tento prvek.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.ICollection<SourceCodePosition>
An ICollection<T> of type SourceCodePosition.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelElement Rozhraní

Microsoft.Data.Schema.SchemaModel – obor názvů