ShapeField.GetBackgroundBrushId 方法
取得用來繪製為圖形項目指派給這個 shape 功能變數的背景的筆刷的 ID。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Overridable Function GetBackgroundBrushId ( _
view As DiagramClientView, _
parentShape As ShapeElement _
) As StyleSetResourceId
public virtual StyleSetResourceId GetBackgroundBrushId(
DiagramClientView view,
ShapeElement parentShape
)
參數
- parentShape
型別:Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Shape 功能變數指派給圖形的項目。
傳回值
型別:Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId
繪製由 shape 功能變數指派給圖形項目的背景的筆刷的識別碼。
備註
根據預設,這個方法會傳回預設背景筆刷的 id。若要以動態方式變更這個 ShapeField 背景的筆刷,請覆寫這個方法。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。