VisionSkillBindingHelper.GetView Method

Definition

Returns an immutable view of the map.

public:
 virtual Windows::Foundation::Collections::IMapView<System::String ^, Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeature ^> ^ GetView() = Windows::Foundation::Collections::IMap<System::String ^, Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeature ^>::GetView;
public Windows.Foundation.Collections.IMapView<string,Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeature> GetView ();
abstract member GetView : unit -> Windows.Foundation.Collections.IMapView<string, Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeature>
override this.GetView : unit -> Windows.Foundation.Collections.IMapView<string, Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeature>
Public Function GetView () As IMapView(Of String, ISkillFeature)

Returns

Windows.Foundation.Collections.IMapView<String,ISkillFeature>

The view of the map.

Implements

Windows.Foundation.Collections.IMap`2.GetView

Applies to