IEditorOperations.TextView Свойство

Определение

Получает текстовое представление, в котором работают эти операции.

public:
 property Microsoft::VisualStudio::Text::Editor::ITextView ^ TextView { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Editor::ITextView ^ TextView { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ITextView TextView { get; }
member this.TextView : Microsoft.VisualStudio.Text.Editor.ITextView
Public ReadOnly Property TextView As ITextView

Значение свойства

ITextView

Представление текста, в котором работают эти операции.

Применяется к