AttributeBlockCodeGenerator 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。初始化 類別的新實例 AttributeBlockCodeGenerator 。
public AttributeBlockCodeGenerator(string name, System.Web.Razor.Text.LocationTagged<string> prefix, System.Web.Razor.Text.LocationTagged<string> suffix);
new System.Web.Razor.Generator.AttributeBlockCodeGenerator : string * System.Web.Razor.Text.LocationTagged<string> * System.Web.Razor.Text.LocationTagged<string> -> System.Web.Razor.Generator.AttributeBlockCodeGenerator
Public Sub New (name As String, prefix As LocationTagged(Of String), suffix As LocationTagged(Of String))
參數
- name
- String
名稱。
- prefix
- LocationTagged<String>
前置詞字串。
- suffix
- LocationTagged<String>
後置字元字串。