FileExtensionVector.IndexOf(String, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索集合中指定文件扩展名的索引。
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.IVector
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)