IMultipleViewProvider.GetSupportedViews 메서드
정의
컨트롤별 보기 식별자의 컬렉션을 검색합니다.Retrieves a collection of control-specific view identifiers.
public:
cli::array <int> ^ GetSupportedViews();
public int[] GetSupportedViews ();
abstract member GetSupportedViews : unit -> int[]
Public Function GetSupportedViews () As Integer()
반환
Int32[]
UI 자동화 요소에 사용할 수 있는 보기를 식별하는 값의 컬렉션입니다.A collection of values that identifies the views available for a UI Automation element.
설명
뷰 식별자의 컬렉션 인스턴스에서 동일 해야 합니다.The collection of view identifiers must be identical across instances.
뷰 식별자 값을 전달할 수 GetViewName입니다.View identifier values can be passed to GetViewName.