DependsOnAttribute Constructor (String^)

 

Initializes a new instance of the DependsOnAttribute class.

Namespace:   System.Windows.Markup
Assembly:  System.Xaml (in System.Xaml.dll)

public:
DependsOnAttribute(
	String^ name
)

Parameters

name
Type: System::String^

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

.NET Framework
Available since 3.0
Return to top
Show: