CreationCommands.Create, propriété

Obtient un identificateur de commande pour créer des objets.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property Create As RoutedCommand
    Get
public static RoutedCommand Create { get; }
public:
static property RoutedCommand^ Create {
    RoutedCommand^ get ();
}
static member Create : RoutedCommand
static function get Create () : RoutedCommand

Valeur de propriété

Type : System.Windows.Input.RoutedCommand
Identificateur de commande permettant de créer des objets.

Notes

Cette propriété crée l'objet au milieu de la cible.

Sécurité .NET Framework

Voir aussi

Référence

CreationCommands Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF