CreationCommands.Create-Eigenschaft

Ruft einen Befehlsbezeichner zum Erstellen neuer Objekte ab.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Eigenschaftswert

Typ: System.Windows.Input.RoutedCommand
Ein Befehlsbezeichner zum Erstellen neuer Objekte.

Hinweise

Diese Eigenschaft erstellt das Objekt in der Mitte des Ziels.

.NET Framework-Sicherheit

Siehe auch

Referenz

CreationCommands Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit