HTMLWindow3::CurrentView Property

 

Gets or sets whether the HTML Editor window is in Source, Designer, or Split view.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

property vsHTMLViews CurrentView {
	vsHTMLViews get();
	void set(vsHTMLViews value);
}

Property Value

Type: EnvDTE90::vsHTMLViews

A vsHTMLViews enumeration value indicating the current view.

No code example is currently available or this language may not be supported.
Return to top
Show: