GridItemPattern 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
GridPattern을 지원하는 컨테이너의 자식 컨트롤을 나타냅니다.
public ref class GridItemPattern : System::Windows::Automation::BasePattern
public class GridItemPattern : System.Windows.Automation.BasePattern
type GridItemPattern = class
inherit BasePattern
Public Class GridItemPattern
Inherits BasePattern
- 상속
- 파생
설명
지 원하는 컨트롤 GridItemPattern 일반적으로 트래버스할 수 있습니다 (UI 자동화 클라이언트가 인접 컨트롤로 이동할 수.)를 키보드를 사용 하 여 합니다.
필드
ColumnProperty |
Column 속성을 식별합니다. |
ColumnSpanProperty |
ColumnSpan 속성을 식별합니다. |
ContainingGridProperty |
ContainingGrid 속성을 식별합니다. |
Pattern |
GridItemPattern 컨트롤 패턴을 식별합니다. |
RowProperty |
Row 속성을 식별합니다. |
RowSpanProperty |
RowSpan 속성을 식별합니다. |
속성
Cached |
이 GridItemPattern에 대해 캐시된 속성 값을 가져옵니다. |
Current |
이 GridItemPattern에 대한 현재 속성 값을 가져옵니다. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |