共用方式為


IAccPropServices.SetHmenuPropStr 方法

定義

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

public:
 void SetHmenuPropStr(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid idProp, System::String ^ str);
public void SetHmenuPropStr (ref Accessibility._RemotableHandle hmenu, uint idChild, Guid idProp, string str);
abstract member SetHmenuPropStr : _RemotableHandle * uint32 * Guid * string -> unit
Public Sub SetHmenuPropStr (ByRef hmenu As _RemotableHandle, idChild As UInteger, idProp As Guid, str As String)

參數

hmenu
_RemotableHandle

識別要標註的 HMENU 可存取項目。

idChild
UInt32

指定可存取項目的子項目識別碼。

idProp
Guid

指定要標註可存取項目的哪一個屬性。

str
String

指定 idProp 屬性的新值。

備註

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

適用於