IModelElement.SourceCodePositions Property

Gets the list of sources that define this element.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IModelElement Interface

Microsoft.Data.Schema.SchemaModel Namespace