For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDCardMedia

Synopsis

Crée un nouveau média de carte.

Syntaxe

New-UDCardMedia [-Id <String>] [-Component <String>] [-Alt <String>] [-Height <String>] [-Image <String>] [-Title <String>] [-Sx <Hashtable>] [-Style <Hashtable>] [<CommonParameters>]

New-UDCardMedia [-Id <String>] [-Component <String>] [-Alt <String>] [-Height <String>] [-Title <String>] [-Source <String>] [-Sx <Hashtable>] [-Style <Hashtable>] [<CommonParameters>]

Description

Crée un nouveau média de carte. Utilisé avec New-UDCard.

Paramètres

-Id

L'ID du composant. Sa valeur par défaut est un GUID aléatoire.

Required?                    false
Position?                    named
Default value                ([Guid]::NewGuid()).ToString()
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Component

Le type de composant média. Il peut s'agir de img, video ou audio.

-Alt

Le texte alternatif du média.

-Height

La hauteur du média.

-Image

L'image à afficher.

-Title

Le titre du média.

-Source

La source du média.

-Sx

-Style

Paramètres communs

Cette applet de commande prend en charge les paramètres communs : Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable et OutVariable. Pour plus d'informations, consultez about_CommonParameters.

Sorties

System.Collections.Hashtable

Exemples

Exemple 1

Mis à jour

Ce contenu vous a-t-il été utile ?