LearningModelBinding.Split 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지도 보기를 두 개의 보기로 분할합니다.
public:
virtual void Split([Out] IMapView<Platform::String ^, Platform::Object ^> ^ & first, [Out] IMapView<Platform::String ^, Platform::Object ^> ^ & second) = IMapView<Platform::String ^, Platform::Object ^>::Split;
void Split([Out] IMapView<winrt::hstring, IInspectable const&> const& & first, [Out] IMapView<winrt::hstring, IInspectable const&> const& & second);
public void Split(out IReadOnlyDictionary<string,object> first, out IReadOnlyDictionary<string,object> second);
Public Sub Split (ByRef first As IReadOnlyDictionary(Of String, Object), ByRef second As IReadOnlyDictionary(Of String, Object))
매개 변수
원래 맵의 절반입니다.
원본 맵의 후반부입니다.
설명
분할 작업으로 인해 발생하는 두 뷰에는 동일한 수의 항목이 포함되지 않을 수 있습니다. 두 보기가 겹치지 않습니다.
맵 뷰를 분할할 수 없는 경우 메서드가 반환될 때 첫 번째 매개 변수와 두 번째 매개 변수가 모두 null 입니다.
Windows Server
Windows Server에서 이 API를 사용하려면 데스크톱 환경과 함께 Windows Server 2019를 사용해야 합니다.
스레드로부터의 안전성
이 API는 스레드로부터 안전합니다.