IExtensionLocator 介面
這個介面會提供一個方法,讓產生的序列化程式將結構描述目標命名空間解析成網域模型。
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Public Interface IExtensionLocator
public interface IExtensionLocator
方法
名稱 | 描述 | |
---|---|---|
![]() |
GetExtendingDomainModels(Type) | 傳回可直接或間接擴充指定網域模型的網域模型類型清單。 |
![]() |
GetExtendingDomainModels(Type, Boolean) | 傳回可擴充指定網域模型之網域模型類別清單。 |
回頁首