TextViewExtensions.QueuePostLayoutAction(ITextView, Action) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C++
public:
[System::Runtime::CompilerServices::Extension]
static void QueuePostLayoutAction(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView, Action ^ action);
public static void QueuePostLayoutAction(this Microsoft.VisualStudio.Text.Editor.ITextView textView, Action action);
static member QueuePostLayoutAction : Microsoft.VisualStudio.Text.Editor.ITextView * Action -> unit
<Extension()>
Public Sub QueuePostLayoutAction (textView As ITextView, action As Action)
- textView
- ITextView
- action
- Action
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2019, 2022 |