共用方式為


CacheModeValueSerializer.ConvertFromString 方法

定義

String 轉換成 CacheMode

public:
 override System::Object ^ ConvertFromString(System::String ^ value, System::Windows::Markup::IValueSerializerContext ^ context);
public override object ConvertFromString (string value, System.Windows.Markup.IValueSerializerContext context);
override this.ConvertFromString : string * System.Windows.Markup.IValueSerializerContext -> obj
Public Overrides Function ConvertFromString (value As String, context As IValueSerializerContext) As Object

參數

value
String

要轉換成 StringCacheMode 值。

context
IValueSerializerContext

用於轉換的內容資訊。

傳回

Object

CacheMode 的新執行個體,這個執行個體以指定的 value 為基礎。

適用於