Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a command identifier for creating new objects.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Create As RoutedCommand
'Usage
Dim value As RoutedCommand
value = CreationCommands.Create
public static RoutedCommand Create { get; }
public:
static property RoutedCommand^ Create {
RoutedCommand^ get ();
}
public 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