NameScopePropertyAttribute Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
NameScopePropertyAttribute sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
NameScopePropertyAttribute(String) |
Belirtilen adla sınıfının yeni bir örneğini NameScopePropertyAttribute başlatır. |
NameScopePropertyAttribute(String, Type) |
Belirtilen ad ve türe sahip sınıfın NameScopePropertyAttribute yeni bir örneğini başlatır. |
NameScopePropertyAttribute(String)
Belirtilen adla sınıfının yeni bir örneğini NameScopePropertyAttribute başlatır.
public:
NameScopePropertyAttribute(System::String ^ name);
public NameScopePropertyAttribute (string name);
new System.Windows.Markup.NameScopePropertyAttribute : string -> System.Windows.Markup.NameScopePropertyAttribute
Public Sub New (name As String)
Parametreler
- name
- String
XAML ad kapsamını sağlayan öznitelikli türdeki özelliğin adı.
Şunlara uygulanır
NameScopePropertyAttribute(String, Type)
Belirtilen ad ve türe sahip sınıfın NameScopePropertyAttribute yeni bir örneğini başlatır.
public:
NameScopePropertyAttribute(System::String ^ name, Type ^ type);
public NameScopePropertyAttribute (string name, Type type);
new System.Windows.Markup.NameScopePropertyAttribute : string * Type -> System.Windows.Markup.NameScopePropertyAttribute
Public Sub New (name As String, type As Type)
Parametreler
- name
- String
XAML ad kapsamını sağlayan eklenebilir üyenin adı.
- type
- Type
XAML ad kapsamını sağlayan eklenebilir üyenin sahip türü.