共用方式為


ToolWindow.BitmapIndex 屬性

在衍生類別中覆寫時,取得工具視窗名稱旁所出現的點陣圖的索引。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
Protected Overridable ReadOnly Property BitmapIndex As Integer
protected virtual int BitmapIndex { get; }

屬性值

類型:System.Int32
點陣圖的索引。

備註

點陣圖格式屬性視窗才會顯示。 點陣圖索引必須符合點陣圖的資源 ID,而指定的 BitmapResource 屬性。

範例

下列範例會擷取指派給點陣圖要做為您的工具視窗索引標籤的圖示的索引。

protected override int BitmapIndex
{
     get { return 0; }
}

.NET Framework 安全性

請參閱

參考

ToolWindow 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間