IDocWindowPane インターフェイス

定義

ファイル ベースの Visual Studio ウィンドウ ペインを定義します。

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
派生
実装

プロパティ

DocData

Visual Studio ウィンドウに関連付けられているドキュメント データを取得します。

メソッド

GetFrameCaption(String)

指定したファイル名のフレーム キャプションを取得します。

適用対象