FeedClockVector.RemoveAt 方法
移除指定索引處的元素。
命名空間: Microsoft.Synchronization.FeedSync
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
Public Sub RemoveAt ( _
index As Integer _
)
'用途
Dim instance As FeedClockVector
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt (
int index
)
public:
virtual void RemoveAt (
int index
) sealed
public final void RemoveAt (
int index
)
public final function RemoveAt (
index : int
)
參數
- index
要從時鐘向量中移除之元素的索引。
請參閱
參考
FeedClockVector 類別
FeedClockVector 成員
Microsoft.Synchronization.FeedSync 命名空間