InitFormatSchemeFrom

IOverrideTheme.InitFormatSchemeFrom méthode

Init FormatScheme avec un nouvel objet pour remplacer le FormatScheme du InheritedTheme.

public void InitFormatSchemeFrom(IFormatScheme formatScheme)
ParamètreTypeDescription
formatSchemeIFormatSchemeDonnées à initialiser.

Exceptions

exceptioncondition
InvalidOperationExceptionLancé si le FormatScheme est déjà initialisé (non nul).
ArgumentNullExceptionLancé si le paramètre formatScheme est nul.

Voir aussi