_IVsMsoOleAccDispObj.accValue Property

Gets the value. This property is deprecated.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

‘선언
Property accValue ( _
    varChild As Object _
) As String
    Get
    Set
‘사용 방법
Dim instance As _IVsMsoOleAccDispObj
Dim varChild As Object
Dim value As String

value = instance.accValue(varChild)

instance.accValue(varChild) = value
string this[
    Object varChild
] { get; set; }
property String^ accValue[[InAttribute] Object^ varChild] {
    String^ get ([InAttribute] Object^ varChild);
    void set ([InAttribute] Object^ varChild, String^ value);
}
abstract accValue : string with get, set
JScript does not support indexed properties.

Parameters

Property Value

Type: System.String
The value. This property is deprecated.

Implements

IAccessible.accValue[Object]

Remarks

This property throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

_IVsMsoOleAccDispObj Interface

_IVsMsoOleAccDispObj Members

Microsoft.VisualStudio.CommandBars Namespace