ModelBusAdapter.GetReferences 方法 (Type)
發佈時間: 2016年4月
命名空間: Microsoft.VisualStudio.Modeling.Integration
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)
語法
public IEnumerable<ModelBusReference> GetReferences(
Type elementType
)
public:
IEnumerable<ModelBusReference^>^ GetReferences(
Type^ elementType
)
member GetReferences :
elementType:Type -> IEnumerable<ModelBusReference>
Public Function GetReferences (
elementType As Type
) As IEnumerable(Of ModelBusReference)
參數
- elementType
Type: System.Type
傳回值
Type: System.Collections.Generic.IEnumerable<ModelBusReference>
請參閱
ModelBusAdapter 類別
Microsoft.VisualStudio.Modeling.Integration 命名空間
回到頁首