WorkflowViewAccessibleObject.GetChild(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與指定索引相關聯的可存取子物件。
public:
override System::Windows::Forms::AccessibleObject ^ GetChild(int index);
public override System.Windows.Forms.AccessibleObject GetChild (int index);
override this.GetChild : int -> System.Windows.Forms.AccessibleObject
Public Overrides Function GetChild (index As Integer) As AccessibleObject
參數
- index
- Int32
要擷取之可存取子物件的索引 (以零起始)。
傳回
AccessibleObject,表示對應到指定索引的可存取子物件。