JournalEntryUnifiedViewConverter.Convert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Merges two navigation history stacks.
public:
virtual System::Object ^ Convert(cli::array <System::Object ^> ^ values, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object[] values, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj
Public Function Convert (values As Object(), targetType As Type, parameter As Object, culture As CultureInfo) As Object
Parameters
- values
- Object[]
An array of two navigation stacks.
- targetType
- Type
This parameter is not used.
- parameter
- Object
This parameter is not used.
- culture
- CultureInfo
This parameter is not used.
Returns
An IEnumerable that can be used to enumerate the merged list of navigation history stacks if neither passed navigation stack is null
. null
, otherwise.
Implements
Remarks
For Frame, the navigation stacks are available from the following properties:
For NavigationWindow, the navigation stacks are available from the following properties:
The two passed navigation stacks are combined into a single navigation stack that contains up to nine items from each navigation stack plus the current item.
XAML Attribute Usage
Members of this class are either not typically used in XAML, or cannot be used in XAML.