次の方法で共有


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 名前空間