IAccPropServices.SetHwndPropStr 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IAccPropServices 인터페이스와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스에 대한 관리되는 래퍼의 일부입니다.
public:
void SetHwndPropStr(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid idProp, System::String ^ str);
public void SetHwndPropStr(ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, Guid idProp, string str);
abstract member SetHwndPropStr : _RemotableHandle * uint32 * uint32 * Guid * string -> unit
Public Sub SetHwndPropStr (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, idProp As Guid, str As String)
매개 변수
- hwnd
- _RemotableHandle
주석을 추가할 액세스 가능한 요소를 식별합니다. 그러면 ID 문자열이 바뀝니다.
- idObject
- UInt32
주석을 추가할 액세스 가능한 요소를 식별합니다. 그러면 ID 문자열이 바뀝니다.
- idChild
- UInt32
주석을 추가할 액세스 가능한 요소를 식별합니다. 그러면 ID 문자열이 바뀝니다.
- idProp
- Guid
주석을 추가할 요소의 속성을 지정합니다.
- str
- String
해당 속성에 대한 새 값을 지정합니다.
설명
자세한 IAccPropServices내용은 동적 주석에 대한 설명서를 참조하세요.