共用方式為


GenerateScriptTypeAttribute.ScriptTypeId 屬性

定義

取得或設定型別中繼資料標記的型別識別項。

public:
 property System::String ^ ScriptTypeId { System::String ^ get(); void set(System::String ^ value); };
public string ScriptTypeId { get; set; }
member this.ScriptTypeId : string with get, set
Public Property ScriptTypeId As String

屬性值

String

型別中繼資料標記的型別識別項,位於序列化的「JavaScript 物件標記法」(JSON) 字串上。 預設值為型別的組件限定名稱。

備註

這是選擇性屬性。 如果有指定,的值 ScriptTypeId 會用於類型元資料標記 ( 在序列化的 JSON 字串上使用 "__type" ) ,而不是類型的元件限定名稱。 在還原序列化期間,與物件相關聯的類型解析程式 JavaScriptSerializer 將使用型別元資料標記值,對應回適當的 managed 型別。

適用於