AttributeValue 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 類別的新實例 AttributeValue 。此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。
public AttributeValue (System.Web.WebPages.Instrumentation.PositionTagged<string> prefix, System.Web.WebPages.Instrumentation.PositionTagged<object> value, bool literal);
new System.Web.WebPages.AttributeValue : System.Web.WebPages.Instrumentation.PositionTagged<string> * System.Web.WebPages.Instrumentation.PositionTagged<obj> * bool -> System.Web.WebPages.AttributeValue
Public Sub New (prefix As PositionTagged(Of String), value As PositionTagged(Of Object), literal As Boolean)
參數
- prefix
- PositionTagged<String>
屬性的命名空間前置詞。
- value
- PositionTagged<Object>
屬性的值。
- literal
- Boolean
true 表示值是常值;否則為 false。