FrameworkElement.NameProperty 屬性

定義

識別 Name 相依性屬性。

public:
 static property DependencyProperty ^ NameProperty { DependencyProperty ^ get(); };
static DependencyProperty NameProperty();
public static DependencyProperty NameProperty { get; }
var dependencyProperty = FrameworkElement.nameProperty;
Public Shared ReadOnly Property NameProperty As DependencyProperty

屬性值

Name相依性屬性的識別碼。

適用於