共用方式為


ModelPropertyEntryToOwnerActivityConverter.Convert 方法

定義

ModelPropertyEntry 轉換成擁有屬性的 ModelItem

public:
 virtual System::Object ^ Convert(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object value, 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 (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

參數

value
Object

由繫結目標所產生的值。

targetType
Type

要轉換的目標類型。

parameter
Object

要使用的轉換子參數。 您可以傳入布林值。 根據預設,這個轉換子一律會傳回型別為 Activity 的父模型項目。 如果將 false 傳遞至此方法,轉換子只會傳回第一個父模型項目,這個項目可能不是指向 Activity 的項目。

culture
CultureInfo

要在轉換子中使用的文化特性。

傳回

Object

傳回 Object

實作

適用於