ContextLinkBaseCollection から ContextLinkBase オブジェクトを削除します。
名前空間 : System.Windows.Ink.AnalysisCore
アセンブリ : IACore (IACore.dll 内)
構文
'宣言
Public Sub Remove ( _
link As ContextLinkBase _
)
'使用
Dim instance As ContextLinkBaseCollection
Dim link As ContextLinkBase
instance.Remove(link)
public void Remove(
ContextLinkBase link
)
public:
void Remove(
ContextLinkBase^ link
)
public void Remove(
ContextLinkBase link
)
public function Remove(
link : ContextLinkBase
)
パラメータ
- link
型 : System.Windows.Ink.AnalysisCore.ContextLinkBase
削除される ContextNode オブジェクト。
解説
link は、DestinationNode オブジェクトの Links プロパティからも削除されます。
例
次の例では、links という名前の ContextLinkBaseCollection から、myLink という名前の ContextLinkBase を削除します。
links.Remove(myLink)
links.Remove(myLink);
プラットフォーム
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0