FileExtensionVector.SetAt(UInt32, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在集合的指定索引處設定副檔名。
public:
virtual void SetAt(unsigned int index, Platform::String ^ value) = IVector<Platform::String ^>::SetAt;
void SetAt(uint32_t const& index, winrt::hstring const& value);
public void SetAt(uint index, string value);
function setAt(index, value)
Public Sub SetAt (index As UInteger, value As String)
參數
- index
-
UInt32
unsigned int
uint32_t
要設定副檔名之位置之以零起始的索引。
- value
-
String
Platform::String
winrt::hstring
副檔名。
實作
M:Windows.Foundation.Collections.IVector
1.SetAt(System.UInt32,
0)
M:Windows.Foundation.Collections.IVector1.SetAt(unsigned int,
0)
M:Windows.Foundation.Collections.IVector1.SetAt(uint32_t,
0)