ToolCommandBinding-Konstruktor (ToolCommand)
Initialisiert eine neue Instanz der ToolCommandBinding-Klasse.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Sub New ( _
command As ToolCommand _
)
public ToolCommandBinding(
ToolCommand command
)
public:
ToolCommandBinding(
ToolCommand^ command
)
new :
command:ToolCommand -> ToolCommandBinding
public function ToolCommandBinding(
command : ToolCommand
)
Parameter
- command
Typ: Microsoft.Windows.Design.Interaction.ToolCommand
Der zu bindende Befehl.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | command hat den Wert nullNULL-Verweis (Nothing in Visual Basic). |
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.Windows.Design.Interaction-Namespace