次の方法で共有


InvocationActionExtensions.CreateArgumentInputPin メソッド

新しい InputPin オブジェクトと、新しく作成された InputPin オブジェクトに IMicrosoft.VisualStudio.Uml.Actions.IInvocationAction を接続する Microsoft.VisualStudio.Uml.Actions.InvocationActionHasArguments リンクを作成します。

名前空間:  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 および Visual C# では、このメソッドを、IInvocationAction 型のオブジェクトのインスタンス メソッドとして呼び出すことができます。 インスタンス メソッド構文を使用してこのメソッドを呼び出す場合は、最初のパラメーターを省略します。 詳細については、「拡張メソッド (Visual Basic)」または「拡張メソッド (C# プログラミング ガイド)」を参照してください。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

InvocationActionExtensions クラス

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 名前空間