次の方法で共有


ClassifiedTextElement.Runs Property

Definition

A sequence of classified runs of text.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Adornments::ClassifiedTextRun ^> ^ Runs { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Adornments::ClassifiedTextRun ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Adornments.ClassifiedTextRun> Runs { get; }
member this.Runs : seq<Microsoft.VisualStudio.Text.Adornments.ClassifiedTextRun>
Public ReadOnly Property Runs As IEnumerable(Of ClassifiedTextRun)

Property Value

Applies to