SrgsDocument.Script 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 SrgsDocument 類別的 .NET 指令碼語言。
public:
property System::String ^ Script { System::String ^ get(); void set(System::String ^ value); };
public string Script { get; set; }
member this.Script : string with get, set
Public Property Script As String
屬性值
Script
屬性會傳回 SrgsDocument 類別目前的 .NET 指令碼語言。
例外狀況
嘗試將 Script 屬性設為 null。
嘗試將 Script 屬性設為空字串。
備註
注意
這個屬性已被取代。 不再建議使用。