IAccPropServices.SetPropServer 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IAccPropServices 인터페이스와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스에 대한 관리되는 래퍼의 일부입니다.
public:
void SetPropServer(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps, Accessibility::IAccPropServer ^ pServer, Accessibility::AnnoScope AnnoScope);
public 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
Public 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
지정된 콜백 개체에서 처리할 속성 배열을 지정합니다.
- pServer
- IAccPropServer
클라이언트가 재정의된 속성 중 하나를 요청할 때 호출될 콜백 개체를 지정합니다.
- AnnoScope
- AnnoScope
주석 ANNO_THIS이 표시된 액세스 가능한 요소에만 영향을 줍니다. 또는 ANNO_CONTAINER 요소 및 해당 직사 요소 자식에 적용된다는 것을 나타냅니다.
설명
자세한 IAccPropServices내용은 동적 주석에 대한 설명서를 참조하세요.