DependsOnAttribute(String) Constructor

Definition

Initializes a new instance of the DependsOnAttribute class.

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)

Parameters

name
String

The property that the property associated with this DependsOnAttribute depends on.

Applies to