Condividi tramite


ThemeSettings.CreateForWindowId(WindowId) Metodo

Definizione

Crea un oggetto ThemeSettings che fornirà informazioni sul tema per l'oggetto WindowId specificato.

public:
 static ThemeSettings ^ CreateForWindowId(WindowId windowId);
 static ThemeSettings CreateForWindowId(WindowId const& windowId);
public static ThemeSettings CreateForWindowId(WindowId windowId);
function createForWindowId(windowId)
Public Shared Function CreateForWindowId (windowId As WindowId) As ThemeSettings

Parametri

windowId
WindowId

WindowId da usare per ottenere informazioni sul tema.

Restituisce

Oggetto ThemeSettings che fornirà le informazioni sul tema.

Commenti

L'oggetto WindowId specificato deve rappresentare una finestra che:

  • Finestra di primo livello
  • AND si trova nello stesso processo e thread del chiamante

Ad esempio, è possibile ottenere un WindowId dalla proprietà ContentIslandEnvironment.AppWindowId . È possibile ottenere un oggetto ContentIslandEnvironment da un oggetto XamlRoot .

Si applica a

Vedi anche