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 相關聯之屬性的相依項目。

適用於