PageNavigator.Properties Property

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

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

Syntax

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

Property Value

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

Implements

IPageNavigator.Properties

.NET Framework Security

See Also

Reference

PageNavigator Class

Microsoft.TeamFoundation.Controls.WPF Namespace