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

定義

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

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

パラメーター

name
String

この DependsOnAttribute に関連付けられたプロパティが依存しているプロパティ。

適用対象