ClientScriptItem.Text 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用戶端指令碼項目內含的指令碼陳述式。
public:
property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String
屬性值
script
項目內含的指令碼陳述式。
備註
屬性 Text 代表 專案中包含的 script
語句。 一般而言,元素的 script
腳本語句是使用 Text 或 Source 屬性來指定。
Text如果 屬性為 null
或空字串 (“”“) ,則script
專案不包含任何腳本語句。
屬性 Source 是由 ClientScriptItem 建構函式初始化。