ContextLinkCollection.Remove 方法
從 ContextLinkCollection 移除 ContextLink 物件。
命名空間: System.Windows.Ink
組件: IAWinFX (在 IAWinFX.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
型別:System.Windows.Ink.ContextLink
要移除的 ContextLink 物件。
備註
也會從 DestinationNode 物件的 Links 屬性移除 link 參數。
範例
下列範例會從 ContextLinkCollection (links) 移除 ContextLink (myLink)。
links.Remove(myLink)
links.Remove(myLink);
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0