Metoda UmlExtensions.GetReferences —
Pobierz IReferences danym znacznikiem, które są skojarzone z tym elementem.
Przestrzeń nazw: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Zestaw: Microsoft.VisualStudio.ArchitectureTools.Extensibility (w Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Składnia
'Deklaracja
<ExtensionAttribute> _
Public Shared Function GetReferences ( _
element As IElement, _
name As String _
) As IEnumerable(Of IReference)
public static IEnumerable<IReference> GetReferences(
this IElement element,
string name
)
[ExtensionAttribute]
public:
static IEnumerable<IReference^>^ GetReferences(
IElement^ element,
String^ name
)
static member GetReferences :
element:IElement *
name:string -> IEnumerable<IReference>
public static function GetReferences(
element : IElement,
name : String
) : IEnumerable<IReference>
Parametry
- element
Typ: Microsoft.VisualStudio.Uml.Classes.IElement
name
Typ: StringNazwa tagu IReferences, aby uzyskać.
Wartość zwracana
Typ: IEnumerable<IReference>
Informacje dotyczące użycia
W językach Visual Basic i C# tę metodę można wywołać jako metodę wystąpienia dowolnego obiektu typu IElement. Gdy w celu wywołania tej metody jest używana składnia metody wystąpienia, należy pominąć pierwszy parametr. Aby uzyskać więcej informacji, zobacz temat Metody rozszerzeń (Visual Basic) lub Metody rozszerzeń (Przewodnik programowania w języku C#).
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml