ModelElement.SourceCodePositions – vlastnost
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public ReadOnly Property SourceCodePositions As ICollection(Of SourceCodePosition)
Get
public ICollection<SourceCodePosition> SourceCodePositions { get; }
public:
virtual property ICollection<SourceCodePosition^>^ SourceCodePositions {
ICollection<SourceCodePosition^>^ get () sealed;
}
abstract SourceCodePositions : ICollection<SourceCodePosition>
override SourceCodePositions : ICollection<SourceCodePosition>
final function get SourceCodePositions () : ICollection<SourceCodePosition>
Hodnota vlastnosti
Typ: System.Collections.Generic.ICollection<SourceCodePosition>
Implementuje
IModelElement.SourceCodePositions
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.