다음을 통해 공유


IUIAccessibilityContainerDataTable.GetAccessibilityDataTableCellElement 메서드

정의

지정된 및 에 있는 셀의 행 범위 및 열 범위에 대한 설명을 반환합니다 column.

[Foundation.Export("accessibilityDataTableCellElementForRow:column:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUIAccessibilityContainerDataTableCell GetAccessibilityDataTableCellElement (nuint row, nuint column);
abstract member GetAccessibilityDataTableCellElement : nuint * nuint -> UIKit.IUIAccessibilityContainerDataTableCell

매개 변수

row
System.System.UIntPtr System.unativeint

원하는 요소가 들어 있는 행입니다.

column
System.System.UIntPtr System.unativeint

원하는 요소가 들어 있는 열입니다.

반환

특성

적용 대상