JournalEntryUnifiedViewConverter.Convert 方法

定义

合并两个导航历史记录堆栈。

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

参数

values
Object[]

由两个导航堆栈组成的数组。

targetType
Type

未使用此参数。

parameter
Object

未使用此参数。

culture
CultureInfo

未使用此参数。

返回

Object

如果任何一个传递的导航堆栈都不是 null,则为可用于枚举导航历史记录堆栈合并列表的 IEnumerable。 否则为 null

实现

注解

对于 Frame,导航堆栈可从以下属性获取:

对于 NavigationWindow,导航堆栈可从以下属性获取:

ForwardStack

这两个传递的导航堆栈组合成一个导航堆栈,其中包含每个导航堆栈中最多 9 个项目以及当前项。

XAML 属性用法

此类的成员通常不在 XAML 中使用,或不能在 XAML 中使用。

适用于