BatchedTagsChangedEventArgs.Spans 属性

定义

IMappingSpan标记已更改的的列表。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::IMappingSpan ^> ^ Spans { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::IMappingSpan ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.IMappingSpan> Spans { get; }
member this.Spans : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.IMappingSpan>
Public ReadOnly Property Spans As ReadOnlyCollection(Of IMappingSpan)

属性值

ReadOnlyCollection<IMappingSpan>

IMappingSpan标记已更改的对象的列表。

适用于