次の方法で共有


ContextLinkBaseCollection.RemoveAt メソッド

指定したインデックス位置にある ContextLinkBase オブジェクトを ContextLinkBaseCollection から削除します。

名前空間 :  System.Windows.Ink.AnalysisCore
アセンブリ :  IACore (IACore.dll 内)

構文

'宣言
Public Sub RemoveAt ( _
    index As Integer _
)
'使用
Dim instance As ContextLinkBaseCollection
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
void RemoveAt(
    int index
)
public void RemoveAt(
    int index
)
public function RemoveAt(
    index : int
)

パラメータ

次の例では、links という名前の ContextLinkBaseCollection から、最初の ContextLinkBase を削除します。

links.RemoveAt(0)
links.RemoveAt(0);

プラットフォーム

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

ContextLinkBaseCollection クラス

ContextLinkBaseCollection メンバ

System.Windows.Ink.AnalysisCore 名前空間