IVsDataExplorerNode.OpenDocument Method

Definition

Opens the current node as a document window frame in the Visual Studio environment.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ OpenDocument();
public Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame OpenDocument ();
abstract member OpenDocument : unit -> Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
Public Function OpenDocument () As IVsWindowFrame

Returns

An IVsWindowFrame object representing the opened document window.

Applies to