DesignerView.GetVisualChild 方法
傳回設計工具檢視的 Visual 子系。
命名空間: Microsoft.Windows.Design.Interaction
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Protected Overrides Function GetVisualChild ( _
index As Integer _
) As Visual
protected override Visual GetVisualChild(
int index
)
protected:
virtual Visual^ GetVisualChild(
int index
) override
abstract GetVisualChild :
index:int -> Visual
override GetVisualChild :
index:int -> Visual
protected override function GetVisualChild(
index : int
) : Visual
參數
- index
型別:System.Int32
Visual 子集合以零起始的索引。
傳回值
型別:System.Windows.Media.Visual
位於指定索引的 Visual。
備註
在預設的實作中,index 必須有值 0、 1 或 2。 下表顯示索引如何比對檢視的視覺化子系。
索引 |
Visual 子系 |
---|---|
0 |
子系 |
1 |
點擊測試圖層 |
2 |
裝飾項圖層 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Interaction 命名空間