CAccPropServicesClass.ClearProps(Byte, UInt32, Guid, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
노출된 모든 멤버는 CAccPropServicesClass COM(구성 요소 개체 모델) IAccPropServices 인터페이스에 대한 관리되는 래퍼의 일부입니다.
public:
virtual void ClearProps(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps) = Accessibility::IAccPropServices::ClearProps;
public virtual void ClearProps(ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps);
abstract member ClearProps : byte * uint32 * Guid * int -> unit
override this.ClearProps : byte * uint32 * Guid * int -> unit
Public Overridable Sub ClearProps (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef paProps As Guid, cProps As Integer)
매개 변수
- pIDString
- Byte
주석을 추가하지 않을 액세스 가능한 요소를 식별합니다.
- dwIDStringLen
- UInt32
의 길이입니다 pIDString.
- paProps
- Guid
다시 설정할 속성 배열을 지정합니다. 이러한 속성은 주석이 추가되기 전에 표시되는 기본 동작으로 되돌아갑니다.
- cProps
- Int32
배열의 속성 paProps 수를 지정합니다.
구현
설명
자세한 내용은 Microsoft Active Accessibility 설명서를 참조하세요.