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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction