CompositeDesignerAccessibleObject.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,其與在指定索引位置的子 ActivityDesigner 關聯。