OAProperty.NumIndices Property

Returns the number of indices required to access the value.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public ReadOnly Property NumIndices As Short
'使用
Dim instance As OAProperty
Dim value As Short

value = instance.NumIndices
public short NumIndices { get; }
public:
virtual property short NumIndices {
    short get () sealed;
}
public final function get NumIndices () : short

Property Value

Type: System.Int16

A short integer representing the number of indices required to access the value.

Implements

PropertyNumIndices()

Permissions

See Also

Reference

OAProperty Class

OAProperty Members

Microsoft.VisualStudio.Package.Automation Namespace

NumIndices()