OpaqueActionExtensions.CreateOutputValueOutputPin Method (IOpaqueAction)
Create a new IOutputPin object in the OpaqueAction
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static IOutputPin CreateOutputValueOutputPin(
this IOpaqueAction parent
)
public:
[ExtensionAttribute]
static IOutputPin^ CreateOutputValueOutputPin(
IOpaqueAction^ parent
)
static member CreateOutputValueOutputPin :
parent:IOpaqueAction -> IOutputPin
<ExtensionAttribute>
Public Shared Function CreateOutputValueOutputPin (
parent As IOpaqueAction
) As IOutputPin
Parameters
- parent
Type: Microsoft.VisualStudio.Uml.Actions.IOpaqueAction
Return Value
Type: Microsoft.VisualStudio.Uml.Actions.IOutputPin
See Also
OpaqueActionExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top