RuntimeNamePropertyAttribute(String) コンストラクター

定義

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

public:
 RuntimeNamePropertyAttribute(System::String ^ name);
public RuntimeNamePropertyAttribute (string name);
new System.Windows.Markup.RuntimeNamePropertyAttribute : string -> System.Windows.Markup.RuntimeNamePropertyAttribute
Public Sub New (name As String)

パラメーター

name
String

クラスと等価の x:Name として使用するプロパティの名前。

注釈

指定したプロパティは 型 String であり、get および set アクセス権を持っている必要があります。

適用対象