CreationCommands.Create Property
Gets a command identifier for creating new objects.
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
Property Value
Type: System.Windows.Input.RoutedCommand
A command identifier for creating new objects.
Remarks
This property creates the object in the middle of the target.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace