ContextLinkCollection.IndexOf 方法
傳回 ContextLinkCollection 內特定 ContextLink 物件的索引。
命名空間: System.Windows.Ink
組件: IAWinFX (在 IAWinFX.dll 中)
語法
'宣告
Public Function IndexOf ( _
link As ContextLink _
) As Integer
'用途
Dim instance As ContextLinkCollection
Dim link As ContextLink
Dim returnValue As Integer
returnValue = instance.IndexOf(link)
public int IndexOf(
ContextLink link
)
public:
int IndexOf(
ContextLink^ link
)
public int IndexOf(
ContextLink link
)
public function IndexOf(
link : ContextLink
) : int
參數
- link
型別:System.Windows.Ink.ContextLink
與索引相關聯的 ContextLink 物件。
傳回值
型別:System.Int32
用來識別 ContextLinkCollection 內特定 ContextLink 物件的索引。
備註
如果傳入 ContextLinkCollection 集合內沒有的 ContextLink 物件,IndexOf 會傳回 -1。
範例
在這個範例中,會示範如何尋找 ContextLinkCollection (名為 links) 可能內含之特定 ContextLink (名為 myLink) 的索引。
Dim index As Integer = links.IndexOf(myLink)
int index = links.IndexOf(myLink);
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0