DependsOnPropertyAttribute.PropertyNames Property

[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 ReadOnly Property PropertyNames As String()
public string[] PropertyNames { get; }
public:
property array<String^>^ PropertyNames {
    array<String^>^ get ();
}
member PropertyNames : string[] with get
function get PropertyNames () : String[]

Property Value

Type: array<System.String[]
Returns String.

.NET Framework Security

See Also

Reference

DependsOnPropertyAttribute Class

Microsoft.TeamFoundation.MVVM Namespace