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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
NumIndices()