InputScope.Names 속성

정의

입력 범위 이름을 가져오거나 설정합니다.

public:
 property System::Collections::IList ^ Names { System::Collections::IList ^ get(); };
public System.Collections.IList Names { get; }
member this.Names : System.Collections.IList
Public ReadOnly Property Names As IList

속성 값

이 입력 범위의 이름을 지정하는 InputScopeName 열거형의 멤버입니다.

기본값은 Default입니다.

예외

이 속성을 InputScopeName 열거형의 유효한 멤버가 아닌 값으로 설정하려고 시도하는 경우 발생합니다.

설명

입력 scope 이름을 사용하는 것이 요소에 대해 을 InputScope 참조하는 가장 간단한 방법입니다.

적용 대상