LinkTargetCollection.IndexOf(LinkTarget) 方法

定义

获取指定项的索引。

public:
 int IndexOf(System::Windows::Documents::LinkTarget ^ value);
public int IndexOf (System.Windows.Documents.LinkTarget value);
member this.IndexOf : System.Windows.Documents.LinkTarget -> int
Public Function IndexOf (value As LinkTarget) As Integer

参数

value
LinkTarget

要在集合中定位的对象。

返回

Int32

如果在集合中找到该对象,则为 value;否则为 -1。

适用于