共用方式為


ModelingTextTransformation 類別

 

使用這個基底類別,進行從網域特定語言模型進行的文字轉換。

命名空間:   Microsoft.VisualStudio.TextTemplating.VSHost
組件:  Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (於 Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)

繼承階層

System.Object
  Microsoft.VisualStudio.TextTemplating.TextTransformation
    Microsoft.VisualStudio.TextTemplating.VSHost.ModelingTextTransformation
      Microsoft.VisualStudio.TextTemplating.Modeling.ModelBusEnabledTextTransformation

語法

public abstract class ModelingTextTransformation : TextTransformation
public ref class ModelingTextTransformation abstract : TextTransformation
[<AbstractClass>]
type ModelingTextTransformation = 
    class
        inherit TextTransformation
    end
Public MustInherit Class ModelingTextTransformation
    Inherits TextTransformation

建構函式

名稱 描述
System_CAPS_pubmethod ModelingTextTransformation()

屬性

名稱 描述
System_CAPS_pubproperty CurrentIndent

取得目前縮排文字,這個文字是每行所產生之文字輸出都有前置文字。(繼承自 TextTransformation。)

System_CAPS_pubproperty Errors

此 API 支援 產品 基礎結構,而且不適合直接從程式碼使用。 取得文字範本轉換程序的錯誤集合。(繼承自 TextTransformation。)

System_CAPS_protproperty GenerationEnvironment

取得或設定字串,文字範本轉換程序會使用這個字串來組合產生的文字輸出。(繼承自 TextTransformation。)

System_CAPS_protproperty ServiceProvider

System_CAPS_pubproperty Session

System_CAPS_pubpropertySystem_CAPS_static SessionId

System_CAPS_protproperty SkipValidation

如果為 true,ValidateStore() 不會執行驗證並且會傳回 false。預設值為 false。

System_CAPS_protproperty Store

取得模型存放區。

方法

名稱 描述
System_CAPS_protmethod AddDomainModel(Type)

加入要供存放區載入的網域模型型別。在呼叫 Initialize() 之前,請先針對每個網域模型呼叫此項目。

System_CAPS_pubmethod ClearIndent()

CurrentIndent 重設為空字串。(繼承自 TextTransformation。)

System_CAPS_protmethodSystem_CAPS_static ConvertModelRelativePathToTemplateRelativePath(String, String, String)

將以相對於模型檔案來表示的路徑轉換為以相對於範本來表示的路徑。

System_CAPS_pubmethod Dispose()

釋放 TextTransformation 所使用的所有資源。(繼承自 TextTransformation。)

System_CAPS_protmethod Dispose(Boolean)

(覆寫 TextTransformation.Dispose(Boolean)。)

System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_pubmethod Error(String)

建立新錯誤,以儲存在文字範本轉換程序期間發生的錯誤資訊。(繼承自 TextTransformation。)

System_CAPS_protmethod Finalize()

允許 Object 在記憶體回收行程予以回收之前,嘗試釋放資源並執行其他清除作業。由記憶體回收行程所呼叫。(繼承自 TextTransformation。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_pubmethod Initialize()

使用 AddModel() 載入指定的模型,讓主應用程式準備好要處理範本。(覆寫 TextTransformation.Initialize()。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_protmethod OnSessionChanged(ITextTemplatingSession, ITextTemplatingSession)

System_CAPS_pubmethod PopIndent()

CurrentIndent 中移除最新加入的文字。(繼承自 TextTransformation。)

System_CAPS_pubmethod PushIndent(String)

將文字加入至 CurrentIndent,這個文字是每行所產生之文字輸出都有的前置文字。(繼承自 TextTransformation。)

System_CAPS_pubmethod ToString()

(繼承自 Object。)

System_CAPS_pubmethod TransformText()

在衍生類別中覆寫時,會產生轉換的文字輸出。(繼承自 TextTransformation。)

System_CAPS_protmethod ValidateStore(String, CompilerErrorCollection)

使用指定的驗證分類來驗證存放區。如果有錯誤則會傳回 true。

System_CAPS_pubmethod Warning(String)

建立新警告,以儲存在文字範本轉換程序期間發生的錯誤資訊。(繼承自 TextTransformation。)

System_CAPS_pubmethod Write(String)

將所指定字串的複本附加至產生的文字輸出。(繼承自 TextTransformation。)

System_CAPS_pubmethod Write(String, Object[])

將格式化字串 (其中包含零個或更多格式規格) 附加至產生的文字輸出。每一個格式規格會由對應之物件引數的字串表示所取代。(繼承自 TextTransformation。)

System_CAPS_pubmethod WriteLine(String)

將所指定字串的複本和預設行結束字元附加至產生的文字輸出。(繼承自 TextTransformation。)

System_CAPS_pubmethod WriteLine(String, Object[])

將格式化字串 (其中包含零個或更多格式規格) 和預設行結束字元附加至產生的文字輸出。每一個格式規格會由對應之物件引數的字串表示所取代。(繼承自 TextTransformation。)

執行緒安全

此類型的任何 public static (在 Visual Basic 中 共用 在 Visual Basic 中) 成員皆為安全執行緒。不保證任何執行個體成員為安全執行緒。

另請參閱

Microsoft.VisualStudio.TextTemplating.VSHost 命名空間

回到頁首