JournalEntryUnifiedViewConverter.Convert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
合併兩個巡覽記錄堆疊。
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
不使用這個參數。
傳回
IEnumerable,可用來列舉巡覽記錄堆疊的合併清單,如果沒有傳遞任何的巡覽堆疊則為 null
。 否則為 null
。
實作
備註
針對 Frame ,可從下列屬性取得導覽堆疊:
針對 NavigationWindow ,可從下列屬性取得導覽堆疊:
這兩個傳遞的流覽堆疊會結合成單一導覽堆疊,其中包含每個導覽堆疊和目前專案最多九個專案。
XAML Attribute Usage
這個類別的成員在 XAML 中不常使用,或無法在 XAML 中使用。