InkCanvas.GetVisualChild(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
覆寫 GetVisualChild(Int32),並從子項目集合傳回指定索引處的子系。
protected:
override System::Windows::Media::Visual ^ GetVisualChild(int index);
protected override System.Windows.Media.Visual GetVisualChild (int index);
override this.GetVisualChild : int -> System.Windows.Media.Visual
Protected Overrides Function GetVisualChild (index As Integer) As Visual
參數
- index
- Int32
集合中要求的子項目之以零為起始的索引。
傳回
要求的子項目。 這應該不會傳回 null
;如果提供的索引超出範圍,則會擲回例外狀況。