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


AcceptEventActionExtensions.CreateResultOutputPin - метод

Создает новый объект IOutputPin в AcceptEventAction

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

Синтаксис

'Декларация
<ExtensionAttribute> _
Public Shared Function CreateResultOutputPin ( _
    parent As IAcceptEventAction _
) As IOutputPin
public static IOutputPin CreateResultOutputPin(
    this IAcceptEventAction parent
)
[ExtensionAttribute]
public:
static IOutputPin^ CreateResultOutputPin(
    IAcceptEventAction^ parent
)
static member CreateResultOutputPin : 
        parent:IAcceptEventAction -> IOutputPin 
public static function CreateResultOutputPin(
    parent : IAcceptEventAction
) : IOutputPin

Параметры

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

Тип: Microsoft.VisualStudio.Uml.Actions.IOutputPin

Примечание об использовании

В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа IAcceptEventAction. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе Методы расширения (Visual Basic) или Методы расширения (Руководство по программированию в C#).

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

См. также

Ссылки

AcceptEventActionExtensions Класс

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