言語

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 名スコープを提供するアタッチ可能なメンバーの所有者型。

適用対象