GaugeDynamicMemberInstance.SetInstanceIndex(Int32) 方法

定义

将当前索引设置为指定的实例索引。

public:
 bool SetInstanceIndex(int index);
public bool SetInstanceIndex (int index);
member this.SetInstanceIndex : int -> bool
Public Function SetInstanceIndex (index As Integer) As Boolean

参数

index
Int32

一个有效的实例索引。

返回

如果指定的索引有效,则为 true;否则为 false

适用于