SrgsSemanticInterpretationTag.Script 属性

定义

获取或设置标记的 ECMAScript

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

属性值

包含标记的语义解释脚本的字符串。

例外

尝试设置为 Scriptnull.

适用于