IAccessible.accValue プロパティ
アセンブリ: Accessibility (accessibility.dll 内)

Dim instance As IAccessible Dim varChild As Object Dim value As String value = instance.accValue(varChild) instance.accValue(varChild) = value
property String^ accValue [Object^] { String^ get ([InAttribute] [OptionalAttribute] Object^ varChild); void set ([InAttribute] [OptionalAttribute] Object^ varChild, [InAttribute] String^ pszValue); }
/** @property */ String get_accValue (/** @attribute InAttribute() */ /** @attribute OptionalAttribute() */ Object varChild) /** @property */ void set_accValue (/** @attribute InAttribute() */ /** @attribute OptionalAttribute() */ Object varChild, /** @attribute InAttribute() */ String pszValue)
プロパティ値
文字列。

accValue の詳細については、MSDN ライブラリ (http://msdn.microsoft.com/library/ja) で Microsoft Active Accessibility ドキュメントの IAccessible::get_accValue に関するドキュメントを参照してください。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- IAccessible.accValue プロパティのページへのリンク