Condividi tramite


Proprietà CreationCommands.Create

Ottiene un identificatore di comandi per la creazione di nuovi oggetti.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Windows.Input.RoutedCommand
Identificatore di comandi per la creazione di nuovi oggetti.

Note

Questa proprietà crea l'oggetto al centro della destinazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreationCommands Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF