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


InvocationActionExtensions.CreateArgumentInputPin - метод

Создает новый объект InputPin, а также связь Microsoft.VisualStudio.Uml.Actions.InvocationActionHasArguments, которая соединяет IMicrosoft.VisualStudio.Uml.Actions.IInvocationAction со вновь созданным объектом InputPin.

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

Синтаксис

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

Параметры

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

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

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

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

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

См. также

Ссылки

InvocationActionExtensions Класс

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