ValueDependsOnPropertyAttribute Constructor (String, String, String, String, String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    propertyName1 As String, _
    propertyName2 As String, _
    propertyName3 As String, _
    propertyName4 As String, _
    propertyName5 As String _
)
public ValueDependsOnPropertyAttribute(
    string propertyName1,
    string propertyName2,
    string propertyName3,
    string propertyName4,
    string propertyName5
)
public:
ValueDependsOnPropertyAttribute(
    String^ propertyName1, 
    String^ propertyName2, 
    String^ propertyName3, 
    String^ propertyName4, 
    String^ propertyName5
)
new : 
        propertyName1:string * 
        propertyName2:string * 
        propertyName3:string * 
        propertyName4:string * 
        propertyName5:string -> ValueDependsOnPropertyAttribute
public function ValueDependsOnPropertyAttribute(
    propertyName1 : String, 
    propertyName2 : String, 
    propertyName3 : String, 
    propertyName4 : String, 
    propertyName5 : String
)

Parameters

.NET Framework Security

See Also

Reference

ValueDependsOnPropertyAttribute Class

ValueDependsOnPropertyAttribute Overload

Microsoft.TeamFoundation.MVVM Namespace