XamlBindingHelper.ConvertValue(TypeName, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將值從來源類型轉換為目標型別。
public:
static Platform::Object ^ ConvertValue(TypeName type, Platform::Object ^ value);
static IInspectable ConvertValue(TypeName const& type, IInspectable const& value);
public static object ConvertValue(System.Type type, object value);
function convertValue(type, value)
Public Shared Function ConvertValue (type As Type, value As Object) As Object
參數
- value
-
Object
Platform::Object
IInspectable
要進行轉換的值。
傳回
轉換的值。
備註
這個方法可用於 XAML 編譯器所產生的程式碼中。