RuntimeFallbacks.Fallbacks 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 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)