共用方式為


IAccPropServices.SetHwndPropStr 方法

定義

IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

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

識別要標註的可存取項目。 這會取代識別字串。

idObject
UInt32

識別要標註的可存取項目。 這會取代識別字串。

idChild
UInt32

識別要標註的可存取項目。 這會取代識別字串。

idProp
Guid

指定要標註該項目的哪一個屬性。

str
String

指定該屬性的新值。

備註

如需 的詳細資訊 IAccPropServices,請參閱 有關動態批注的檔。

適用於