Поделиться через


PropertyExtension<TTargetElementType>.GetTargetElement - метод

Получает строго типизированный элемент при наличии компонента.

Пространство имен:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Сборка:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (в Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Синтаксис

'Декларация
Protected Function GetTargetElement ( _
    component As Object _
) As TTargetElementType
protected TTargetElementType GetTargetElement(
    Object component
)
protected:
TTargetElementType GetTargetElement(
    Object^ component
)
member GetTargetElement : 
        component:Object -> 'TTargetElementType 
protected function GetTargetElement(
    component : Object
) : TTargetElementType

Параметры

  • component
    Тип: Object

    Компонент

Возвращаемое значение

Тип: TTargetElementType
Строго типизированный элемент

Безопасность платформы .NET Framework

См. также

Ссылки

PropertyExtension<TTargetElementType> Класс

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer - пространство имен