IDocWindowPane Interface

Definition

Defines a file-based Visual Studio window pane.

public interface class IDocWindowPane : Microsoft::VisualStudio::Shell::Interop::IVsWindowPane
public interface IDocWindowPane : Microsoft.VisualStudio.Shell.Interop.IVsWindowPane
type IDocWindowPane = interface
    interface IVsWindowPane
Public Interface IDocWindowPane
Implements IVsWindowPane
Derived
Implements

Properties

DocData

Gets the document data associated with the Visual Studio Window.

Methods

GetFrameCaption(String)

Retrieves the frame caption for the specified file name.

Applies to