FileExtensionVector.ReplaceAll(String[]) 메서드

정의

컬렉션의 모든 파일 이름 확장명을 지정된 파일 이름 확장명으로 바꿉니다.

public:
 virtual void ReplaceAll(Platform::Array <Platform::String ^> ^ items) = IVector<Platform::String ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <winrt::hstring const&> const& items);
public void ReplaceAll(string[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As String())

매개 변수

items

String[]

Platform::String[]

winrt::hstring[]

벡터에 넣을 파일 이름 확장명 컬렉션입니다.

구현

적용 대상