IVsDataExplorerNode.OpenDocument 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.
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.