IndentWidthToMarginConverter.ConvertBack 方法
命名空間: Microsoft.TeamFoundation.Controls.WPF
組件: Microsoft.TeamFoundation.Controls (在 Microsoft.TeamFoundation.Controls.dll 中)
語法
'宣告
Public Function ConvertBack ( _
value As Object, _
targetType As Type, _
parameter As Object, _
culture As CultureInfo _
) As Object
public Object ConvertBack(
Object value,
Type targetType,
Object parameter,
CultureInfo culture
)
參數
- value
型別:System.Object
- targetType
型別:System.Type
- parameter
型別:System.Object
- culture
型別:System.Globalization.CultureInfo
傳回值
型別:System.Object
傳回 Object。
實作
IValueConverter.ConvertBack(Object, Type, Object, CultureInfo)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。