ParameterModifier.Item 属性

获取或设置一个值,该值指定位于指定索引位置的参数是否要由当前 ParameterModifier 修改。

**命名空间:**System.Reflection
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
Public Default Property Item ( _
    index As Integer _
) As Boolean
用法
Dim instance As ParameterModifier
Dim index As Integer
Dim value As Boolean

value = instance(index)

instance(index) = value
public bool this [
    int index
] { get; set; }
public:
property bool default [int] {
    bool get (int index);
    void set (int index, bool value);
}
/** @property */
public boolean get_Item (int index)

/** @property */
public void set_Item (int index, boolean value)
JScript 支持使用索引属性,但不支持进行新的声明。

参数

  • index
    正在检查或设置其修改状态的参数的索引位置。

属性值

如果此索引位置的参数将由此 ParameterModifier 修改,则为 true;否则为 false

备注

索引器允许对某个类型上的默认属性进行索引,就像该类型是数组一样。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

.NET Compact Framework

受以下版本支持:2.0、1.0

请参见

参考

ParameterModifier 结构
ParameterModifier 成员
System.Reflection 命名空间