FileExtensionVector.IndexOf(String, UInt32) 方法

定义

检索集合中指定文件扩展名的索引。

public:
 virtual bool IndexOf(Platform::String ^ value, [Out] unsigned int & index) = IVector<Platform::String ^>::IndexOf;
bool IndexOf(winrt::hstring const& value, [Out] uint32_t & index);
public bool IndexOf(string value, out uint index);
Public Function IndexOf (value As String, ByRef index As UInteger) As Boolean

参数

value
String

Platform::String

winrt::hstring

在集合中查找的文件扩展名。

index
UInt32

unsigned int

uint32_t

如果找到,则为文件扩展名的从零开始的索引。 如果未找到文件扩展名,则此参数设置为零。

返回

Boolean

bool

如果找到文件扩展名,则为 True;否则为 FALSE。

实现

M:Windows.Foundation.Collections.IVector1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,uint32_t@)

适用于