InitFormatSchemeFrom

IOverrideTheme.InitFormatSchemeFrom method

Init FormatScheme avec un nouvel objet pour remplacer FormatScheme de InheritedTheme.

public void InitFormatSchemeFrom(IFormatScheme formatScheme)
ParamètreTaperLa description
formatSchemeIFormatSchemeDonnées à partir desquelles initialiser.

Exceptions

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

Voir également