次の方法で共有


ContextLinkCollection.Remove メソッド

ContextLinkCollection から ContextLink オブジェクトを削除します。

名前空間 :  Microsoft.Ink
アセンブリ :  Microsoft.Ink.Analysis (Microsoft.Ink.Analysis.dll 内)

構文

'宣言
Public Sub Remove ( _
    link As ContextLink _
)
'使用
Dim instance As ContextLinkCollection
Dim link As ContextLink

instance.Remove(link)
public void Remove(
    ContextLink link
)
public:
void Remove(
    ContextLink^ link
)
public void Remove(
    ContextLink link
)
public function Remove(
    link : ContextLink
)

パラメータ

解説

link パラメータは、DestinationNode オブジェクトの Links プロパティからも削除されます。

次の例では、ContextLinkCollection、links から ContextLink、myLink を削除します。

links.Remove(myLink)
links.Remove(myLink);

プラットフォーム

Windows Vista

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

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

ContextLinkCollection クラス

ContextLinkCollection メンバ

Microsoft.Ink 名前空間