IDocumentPeekResultScrollState.RestoreZoomState(ITextView) Method
Definition
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.
Restores zoom level in given text view.
public:
void RestoreZoomState(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
void RestoreZoomState(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
void RestoreZoomState(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public void RestoreZoomState (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member RestoreZoomState : Microsoft.VisualStudio.Text.Editor.ITextView -> unit
Public Sub RestoreZoomState (textView As ITextView)
Parameters
- textView
- ITextView
TextView to restore zoom level in.