DataPackagePropertySetView.Split Method

Definition

Divides the object into two views

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))

Parameters

first

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

The first half of the object.

second

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

The second half of the object.

Applies to