Share via


IPageNavigator.Properties Property

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

Syntax

'Declaration
ReadOnly Property Properties As Dictionary(Of String, Object)
Dictionary<string, Object> Properties { get; }
property Dictionary<String^, Object^>^ Properties {
    Dictionary<String^, Object^>^ get ();
}
abstract Properties : Dictionary<string, Object> with get
function get Properties () : Dictionary<String, Object>

Property Value

Type: System.Collections.Generic.Dictionary<String, Object>
Returns Dictionary<TKey, TValue>.

.NET Framework Security

See Also

Reference

IPageNavigator Interface

Microsoft.TeamFoundation.Controls.WPF Namespace