GenerateScriptTypeAttribute.ScriptTypeId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定型別中繼資料標記的型別識別項。
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
屬性值
型別中繼資料標記的型別識別項,位於序列化的「JavaScript 物件標記法」(JSON) 字串上。 預設值為型別的組件限定名稱。
備註
這是選擇性屬性。 如果有指定,的值 ScriptTypeId 會用於類型元資料標記 ( 在序列化的 JSON 字串上使用 "__type" ) ,而不是類型的元件限定名稱。 在還原序列化期間,與物件相關聯的類型解析程式 JavaScriptSerializer 將使用型別元資料標記值,對應回適當的 managed 型別。