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)

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

適用対象