ModelBusAdapter.GetReferences – metoda
Obor názvů: Microsoft.VisualStudio.Modeling.Integration
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntaxe
'Deklarace
Public Function GetReferences ( _
elementType As Type _
) As IEnumerable(Of ModelBusReference)
public IEnumerable<ModelBusReference> GetReferences(
Type elementType
)
Parametry
- elementType
Typ: System.Type
Vrácená hodnota
Typ: System.Collections.Generic.IEnumerable<ModelBusReference>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.