ResourceDictionary.SetAndCreateSource<T>(Uri) Método
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:
generic <typename T>
where T : Microsoft::Maui::Controls::ResourceDictionarygcnew() void SetAndCreateSource(Uri ^ value);
public void SetAndCreateSource<T> (Uri value) where T : Microsoft.Maui.Controls.ResourceDictionary, new();
member this.SetAndCreateSource : Uri -> unit (requires 'T :> Microsoft.Maui.Controls.ResourceDictionary and 'T : (new : unit -> 'T))
Public Sub SetAndCreateSource(Of T As {ResourceDictionaryNew}) (value As Uri)
Parâmetros de tipo
- T
Parâmetros
- value
- Uri
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.