Strokes.IndexOf 方法
返回某个特定的 Stroke 对象在 Strokes 集合中的索引。
命名空间: Microsoft.Ink
程序集: Microsoft.Ink(在 Microsoft.Ink.dll 中)
语法
声明
Public Function IndexOf ( _
s As Stroke _
) As Integer
用法
Dim instance As Strokes
Dim s As Stroke
Dim returnValue As Integer
returnValue = instance.IndexOf(s)
public int IndexOf(
Stroke s
)
public:
int IndexOf(
Stroke^ s
)
public int IndexOf(
Stroke s
)
public function IndexOf(
s : Stroke
) : int
参数
- s
类型:Microsoft.Ink.Stroke
返回值
类型:System.Int32
返回 Stroke 在 Strokes 集合中的索引。
备注
s 参数表示的 Stroke 对象必须和 Strokes 集合与同一个 Ink 对象关联。
如果 s 参数表示的 Stroke 的 Id 属性与 Strokes 集合中的所有 ID 均不匹配,则此方法返回 –1。
示例
此 C# 示例查找某个特定的 Stroke 对象 theStroke 在 Strokes 集合 theStrokes 中的索引。
int theIndex = theStrokes.IndexOf(theStroke);
此 Microsoft Visual Basic.NET 示例查找某个特定的 Stroke 对象 theStroke 在 Strokes 集合 theStrokes 中的索引。
Dim theIndex As Integer = theStrokes.IndexOf(theStroke)
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0