Udostępnij za pośrednictwem


Metoda PresentationHelpers.GetElement —

Element modelu UML, wyświetlane przez tego ShapeElement.

Przestrzeń nazw:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Zestaw:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (w Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Składnia

'Deklaracja
<ExtensionAttribute> _
Public Shared Function GetElement ( _
    shapeElement As ShapeElement _
) As IElement
public static IElement GetElement(
    this ShapeElement shapeElement
)
[ExtensionAttribute]
public:
static IElement^ GetElement(
    ShapeElement^ shapeElement
)
static member GetElement : 
        shapeElement:ShapeElement -> IElement
public static function GetElement(
    shapeElement : ShapeElement
) : IElement

Parametry

  • shapeElement
    Typ: ShapeElement

Wartość zwracana

Typ: Microsoft.VisualStudio.Uml.Classes.IElement

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 ShapeElement. 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#).

Uwagi

Aby uzyskać więcej informacji, zobacz:

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

PresentationHelpers Klasa

Przestrzeń nazw Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation