PropertyMapper.Chained Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property cli::array <Microsoft::Maui::IPropertyMapper ^> ^ Chained { cli::array <Microsoft::Maui::IPropertyMapper ^> ^ get(); void set(cli::array <Microsoft::Maui::IPropertyMapper ^> ^ value); };
public Microsoft.Maui.IPropertyMapper[]? Chained { get; set; }
member this.Chained : Microsoft.Maui.IPropertyMapper[] with get, set
Public Property Chained As IPropertyMapper()