NameScopePropertyAttribute コンストラクター

定義

NameScopePropertyAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

NameScopePropertyAttribute(String)

指定した名前を使用して、NameScopePropertyAttribute クラスの新しいインスタンスを初期化します。

NameScopePropertyAttribute(String, Type)

指定された名前と型を使用して、NameScopePropertyAttribute クラスの新しいインスタンスを初期化します。

NameScopePropertyAttribute(String)

指定した名前を使用して、NameScopePropertyAttribute クラスの新しいインスタンスを初期化します。

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)

パラメーター

name
String

XAML 名前スコープを提供する属性付き型のプロパティの名前。

適用対象

NameScopePropertyAttribute(String, Type)

指定された名前と型を使用して、NameScopePropertyAttribute クラスの新しいインスタンスを初期化します。

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)

パラメーター

name
String

XAML 名前スコープを提供する添付可能なメンバーの名前。

type
Type

XAML 名前スコープを提供する添付可能なメンバーの所有者の種類。

適用対象