VisionSkillBindingHelper.GetView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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