OANullProperty.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 OANullProperty
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

When implemented by derived classes, the number of indices required to access the value.

Implements

PropertyNumIndices()

Remarks

By default this method returns 0.

Permissions

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace