共用方式為


ModelBus 類別

 

ModelBus 可讓工具以鬆散結合方式相互操作。

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

繼承階層

System.Object
  Microsoft.VisualStudio.Modeling.Integration.ModelBus

語法

public class ModelBus : IModelBus, IServiceProvider, SModelBus, 
    IDisposable
public ref class ModelBus : IModelBus, IServiceProvider, SModelBus, 
    IDisposable
type ModelBus = 
    class
        interface IModelBus
        interface IServiceProvider
        interface SModelBus
        interface IDisposable
    end
Public Class ModelBus
    Implements IModelBus, IServiceProvider, SModelBus, IDisposable

建構函式

名稱 描述
System_CAPS_pubmethod ModelBus(IServiceProvider, Action<ErrorCategory, String>, IConfiguration)

建構函式 -- 裝載 ModelBus 的應用程式應該傳入 IServiceProvider 執行個體,使 ModelBus 可以要求服務。

屬性

名稱 描述
System_CAPS_pubproperty Disposed

如果已經處置這個 Moldebus 執行個體則為 true,否則為 false。

System_CAPS_pubproperty ErrorCallback

主機所提供的委派。用來記錄錯誤。

方法

名稱 描述
System_CAPS_pubmethod CreateAdapter(ModelBusReference)

實作 CreateAdapter 方法

System_CAPS_pubmethod CreateAdapter(ModelBusReference, IServiceProvider)

實作 CreateAdapter 方法

System_CAPS_pubmethod DeserializeReference(String, ReferenceContext)

還原序列化提供的字串,並傳回 ModelBusReference。

System_CAPS_pubmethod Dispose()

System_CAPS_protmethod Dispose(Boolean)

處置這個 ModelBus 執行個體。

System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_protmethod Finalize()

解構函式。(覆寫 Object.Finalize()。)

System_CAPS_pubmethod FindAdapterManagers(Object[])

尋找其 ModelBusAdapter 範圍是由指定內容資訊所描述之 ModelBusAdapter 管理員的清單。可能有多個 ModelBusAdapter 管理員可以搭配模型使用,例如可以使用 XML 編輯器或文字編輯器開啟 .xml 檔案。

System_CAPS_pubmethod GetAdapterManager(String)

使用 ID 找出 ModelBusAdapterManager 執行個體。

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetRegisteredAdapterManagers<T>()

取得一組型別 T 的已載入且註冊的配接器管理員

System_CAPS_pubmethod GetService(Type)

傳回 ModeBus 或與其主應用程式提供的介面卡。

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_pubmethod LogError(ErrorCategory, String)

記錄錯誤

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod SerializeReference(ModelBusReference)

將提供的參考序列化為可被呼叫端保留的字串。

System_CAPS_pubmethod ToString()

(繼承自 Object。)

System_CAPS_pubmethod ValidateReference(ModelBusReference, ValidateReferenceOption)

使用對應的配接器,驗證指定的參考。此方法會更新參考的 LastStatus,除了傳回它之外。

註解

如需詳細資訊,請參閱Integrar modelos utilizando Modelbus de Visual Studio

執行緒安全

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

另請參閱

Microsoft.VisualStudio.Modeling.Integration 命名空間

回到頁首