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

属性值

String

包含标记的语义转译脚本的字符串。

例外

尝试将 Script 设置为 null

适用于