다음을 통해 공유


CAccPropServicesClass.SetHwndPropStr 메서드

정의

CAccPropServicesClass와 노출된 모든 멤버는 COM IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

public:
 virtual void SetHwndPropStr(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid idProp, System::String ^ str) = Accessibility::IAccPropServices::SetHwndPropStr;
public virtual void SetHwndPropStr (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, Guid idProp, string str);
abstract member SetHwndPropStr : _RemotableHandle * uint32 * uint32 * Guid * string -> unit
override this.SetHwndPropStr : _RemotableHandle * uint32 * uint32 * Guid * string -> unit
Public Overridable 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

idProp 속성의 새 값을 지정합니다.

구현

설명

자세한 내용은 참조는 Microsoft Active Accessibility 설명서.

적용 대상