Compartilhar via


PropertySet.GetView Método

Definição

Obtém uma exibição imutável do conjunto de propriedades.

public:
 virtual IMapView<Platform::String ^, Platform::Object ^> ^ GetView() = IMap<Platform::String ^, Platform::Object ^>::GetView;
IMapView<winrt::hstring, IInspectable const&> GetView();
public IReadOnlyDictionary<string,object> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of String, Object)

Retornos

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

A exibição imutável.

Implementações

Comentários

Se forem feitas alterações no mapa, como adicionar, modificar ou excluir elementos, o modo de exibição de mapa poderá gerar uma exceção para todas as operações futuras.

Aplica-se a