RoutedCommand Oluşturucular

Tanım

RoutedCommand sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
RoutedCommand()

RoutedCommand sınıfının yeni bir örneğini başlatır.

RoutedCommand(String, Type)

Belirtilen ad ve sahip türüyle sınıfın RoutedCommand yeni bir örneğini başlatır.

RoutedCommand(String, Type, InputGestureCollection)

Belirtilen ad, sahip türü ve hareket koleksiyonu ile sınıfın yeni bir örneğini RoutedCommand başlatır.

RoutedCommand()

RoutedCommand sınıfının yeni bir örneğini başlatır.

public:
 RoutedCommand();
public RoutedCommand();
Public Sub New ()

Ayrıca bkz.

Şunlara uygulanır

RoutedCommand(String, Type)

Belirtilen ad ve sahip türüyle sınıfın RoutedCommand yeni bir örneğini başlatır.

public:
 RoutedCommand(System::String ^ name, Type ^ ownerType);
public RoutedCommand(string name, Type ownerType);
new System.Windows.Input.RoutedCommand : string * Type -> System.Windows.Input.RoutedCommand
Public Sub New (name As String, ownerType As Type)

Parametreler

name
String

Serileştirme için bildirilen ad.

ownerType
Type

Komutu kaydeden tür.

Özel durumlar

name, null'e eşittir.

ownerType, null'e eşittir.

Ayrıca bkz.

Şunlara uygulanır

RoutedCommand(String, Type, InputGestureCollection)

Belirtilen ad, sahip türü ve hareket koleksiyonu ile sınıfın yeni bir örneğini RoutedCommand başlatır.

public:
 RoutedCommand(System::String ^ name, Type ^ ownerType, System::Windows::Input::InputGestureCollection ^ inputGestures);
public RoutedCommand(string name, Type ownerType, System.Windows.Input.InputGestureCollection inputGestures);
new System.Windows.Input.RoutedCommand : string * Type * System.Windows.Input.InputGestureCollection -> System.Windows.Input.RoutedCommand
Public Sub New (name As String, ownerType As Type, inputGestures As InputGestureCollection)

Parametreler

name
String

Serileştirme için bildirilen ad.

ownerType
Type

Komutu kaydeden tür.

inputGestures
InputGestureCollection

Bu komutla ilişkili varsayılan giriş hareketleri.

Özel durumlar

name, null'e eşittir.

uzunluğu name sıfırdır

-veya-

ownerType, null'e eşittir.

Ayrıca bkz.

Şunlara uygulanır