IWorkflowCompilerOptionsService 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
定義由承載工作流程設計者與編譯器的環境所實作的介面,以便在驗證與編譯過程中提供環境特定的編譯資訊。
public interface class IWorkflowCompilerOptionsService
public interface IWorkflowCompilerOptionsService
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public interface IWorkflowCompilerOptionsService
type IWorkflowCompilerOptionsService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type IWorkflowCompilerOptionsService = interface
Public Interface IWorkflowCompilerOptionsService
- 衍生
- 屬性
備註
Important
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的
屬性
| 名稱 | Description |
|---|---|
| CheckTypes |
已淘汰.
會得到一個值,表示是否檢查型別。 |
| Language |
已淘汰.
在編譯工作流程時,取得環境使用的程式語言,例如 Visual Studio。 |
| RootNamespace |
已淘汰.
取得專案的根命名空間設定。 |