IExtendedUIService 介面

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

定義工作流程設計工具主應用程式可以呼叫來執行進階 UI 作業的方法。

public interface class IExtendedUIService
public interface IExtendedUIService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IExtendedUIService
type IExtendedUIService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IExtendedUIService = interface
Public Interface IExtendedUIService
屬性

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

IExtendedUIService 提供的方法和屬性可讓設計工具主應用程式巡覽至屬性瀏覽器視窗中的屬性,而且可讓主應用程式將工作項目新增至工作清單中。

方法

AddAssemblyReference(AssemblyName)
已淘汰.

指示工作流程設計工具主應用程式加入組件參考,以供目前的專案存取。

AddDesignerActions(DesignerAction[])
已淘汰.

將設計工具動作陣列加入至工作流程設計工具主應用程式中可用的使用者動作清單。

AddWebReference(Uri, Type)
已淘汰.

將 Web 資源的參考新增至工作流程設計工具中的專案。

GetProxyClassForUrl(Uri)
已淘汰.

傳回與指定「統一資源定位器」(URL) 關聯的 Proxy 類別類型。

GetSelectedPropertyContext()
已淘汰.

提供有關目前元件的內容資訊。

GetUrlForProxyClass(Type)
已淘汰.

傳回與指定 Proxy 類別關聯之 Web 資源的「統一資源定位器」(URL,Universal Resource Locator)。

GetXsdProjectItemsInfo()
已淘汰.

傳回由加入至工作流程專案中之 XSD 結構描述產生的型別。

NavigateToProperty(String)
已淘汰.

巡覽至工作流程設計工具主應用程式之屬性瀏覽器中的指定屬性。

RemoveDesignerActions()
已淘汰.

刪除與工作流程設計工具主應用程式關聯之工作清單中的所有設計工具動作。

ShowToolsOptions()
已淘汰.

顯示與工作流程設計工具主應用程式關聯的工具選項。

適用於