RuntimeFallbacks.Fallbacks Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ Fallbacks { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::String ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<string?> Fallbacks { get; set; }
member this.Fallbacks : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property Fallbacks As IReadOnlyList(Of String)