GridViewAutomationPeer 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
GridView 형식을 UI 자동화에 공개합니다.
public ref class GridViewAutomationPeer : System::Windows::Automation::Peers::IViewAutomationPeer, System::Windows::Automation::Provider::ITableProvider
public class GridViewAutomationPeer : System.Windows.Automation.Peers.IViewAutomationPeer, System.Windows.Automation.Provider.ITableProvider
type GridViewAutomationPeer = class
interface IViewAutomationPeer
interface ITableProvider
interface IGridProvider
type GridViewAutomationPeer = class
interface IViewAutomationPeer
interface IGridProvider
interface ITableProvider
Public Class GridViewAutomationPeer
Implements ITableProvider, IViewAutomationPeer
- 상속
-
GridViewAutomationPeer
- 구현
생성자
GridViewAutomationPeer(GridView, ListView) |
GridViewAutomationPeer 클래스의 새 인스턴스를 초기화합니다. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
IGridProvider.ColumnCount |
표에 있는 열의 총 개수를 가져옵니다. |
IGridProvider.GetItem(Int32, Int32) |
지정된 셀의 UI 자동화 공급자를 반환합니다. |
IGridProvider.RowCount |
그리드에 있는 행의 총수를 가져옵니다. |
ITableProvider.GetColumnHeaders() |
표의 모든 열 머리글을 나타내는 UI 자동화 공급자의 컬렉션을 반환합니다. |
ITableProvider.GetRowHeaders() |
표의 모든 행 머리글을 나타내는 UI 자동화 공급자의 컬렉션을 반환합니다. |
ITableProvider.RowOrColumnMajor |
테이블의 기본 탐색 방향을 가져옵니다. |
IViewAutomationPeer.CreateItemAutomationPeer(Object) |
ItemAutomationPeer 클래스의 새 인스턴스를 만듭니다. |
IViewAutomationPeer.GetAutomationControlType() |
이 GridViewAutomationPeer와 연결된 요소의 컨트롤 형식을 가져옵니다. |
IViewAutomationPeer.GetChildren(List<AutomationPeer>) |
지정한 UI 자동화 피어의 직접 자식 요소 컬렉션을 가져옵니다. |
IViewAutomationPeer.GetPattern(PatternInterface) |
지정된 |
IViewAutomationPeer.ItemsChanged(NotifyCollectionChangedEventArgs) |
항목 컬렉션이 변경될 때 호출됩니다. |
IViewAutomationPeer.ViewDetached() |
사용자 지정 뷰가 컨트롤에 더 이상 적용되지 않을 때 호출됩니다. |