共用方式為


LinePragmaCodeInfo.IsCodeNugget 屬性

定義

取得值,指出指令碼區塊是否位於 <% %> 標記內。

public:
 property bool IsCodeNugget { bool get(); };
public bool IsCodeNugget { get; }
member this.IsCodeNugget : bool
Public ReadOnly Property IsCodeNugget As Boolean

屬性值

true如果腳本區塊包含在 % % 標記內 < ,則為 ,否則為 false 。 >

備註

位於 % % > 標籤內的 < 程式碼稱為「nugget」。

適用於

另請參閱