CAccPropServicesClass.SetPropServer 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CAccPropServicesClass와 노출된 모든 멤버는 COM IAccPropServices
인터페이스의 관리되는 래퍼에 속합니다.
public:
virtual void SetPropServer(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps, Accessibility::IAccPropServer ^ pServer, Accessibility::AnnoScope AnnoScope) = Accessibility::IAccPropServices::SetPropServer;
public virtual void SetPropServer (ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps, Accessibility.IAccPropServer pServer, Accessibility.AnnoScope AnnoScope);
abstract member SetPropServer : byte * uint32 * Guid * int * Accessibility.IAccPropServer * Accessibility.AnnoScope -> unit
override this.SetPropServer : byte * uint32 * Guid * int * Accessibility.IAccPropServer * Accessibility.AnnoScope -> unit
Public Overridable Sub SetPropServer (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef paProps As Guid, cProps As Integer, pServer As IAccPropServer, AnnoScope As AnnoScope)
매개 변수
- pIDString
- Byte
주석을 추가할 액세스 가능 요소를 식별합니다.
- dwIDStringLen
- UInt32
pIDString
매개 변수로 식별되는 문자열의 길이를 지정합니다.
- paProps
- Guid
지정된 콜백 개체에서 처리할 속성의 배열을 지정합니다.
- cProps
- Int32
paProps
배열의 속성 수를 지정합니다.
- pServer
- IAccPropServer
클라이언트가 재정의된 속성 중 하나를 요청할 경우 호출할 콜백 개체를 지정합니다.
- AnnoScope
- AnnoScope
주석이 표시된 액세스 가능 요소에만 적용됨을 나타내는 ANNO_THIS이거나 해당 요소와 요소의 직접 자식에 적용됨을 나타내는 ANNO_CONTAINER일 수 있습니다.
구현
설명
자세한 내용은 참조는 Microsoft Active Accessibility 설명서.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET