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