IDocumentPeekResultScrollState.RestoreZoomState(ITextView) Method

Definition

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.

Applies to