ModelBusAdapter.GetReferences Method (Type)
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
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)
Parameters
- elementType
Type: System.Type
Return Value
Type: System.Collections.Generic.IEnumerable<ModelBusReference>
See Also
ModelBusAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top