CustomXamlResourceLoader.Current Propriedade

Definição

Retorna a instância ativa de CustomXamlResourceLoader .

static CustomXamlResourceLoader Current();

static void Current(CustomXamlResourceLoader value);
public static CustomXamlResourceLoader Current { get; set; }
var customXamlResourceLoader = CustomXamlResourceLoader.current;
CustomXamlResourceLoader.current = customXamlResourceLoader;
Public Shared Property Current As CustomXamlResourceLoader

Valor da propriedade

A instância ativa do CustomXamlResourceLoader .

Aplica-se a