IAccessible.accDescription[Object] プロパティ

定義

IAccessible インターフェイスおよびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の IAccessible インターフェイスのマネージド ラッパーの一部です。

public:
 property System::String ^ accDescription[System::Object ^] { System::String ^ get(System::Object ^ varChild); };
public string accDescription[object varChild] { get; }
member this.accDescription(obj) : string
Public ReadOnly Property accDescription(Optional varChild As Object) As String

パラメーター

varChild
Object

このパラメーターは、内部使用のみを目的としています。

プロパティ値

説明を表す文字列。

注釈

の詳細については accDescription[]、「 IAccessible::get_accDescription」を参照してください。

適用対象