InteractionBuilder.AddInteractionUse Method (String, IEnumerable<ILifeline>)
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public Function AddInteractionUse ( _
name As String, _
lifelines As IEnumerable(Of ILifeline) _
) As IInteractionUse
public IInteractionUse AddInteractionUse(
string name,
IEnumerable<ILifeline> lifelines
)
public:
IInteractionUse^ AddInteractionUse(
String^ name,
IEnumerable<ILifeline^>^ lifelines
)
member AddInteractionUse :
name:string *
lifelines:IEnumerable<ILifeline> -> IInteractionUse
public function AddInteractionUse(
name : String,
lifelines : IEnumerable<ILifeline>
) : IInteractionUse
Parameters
- name
Type: System.String
- lifelines
Type: System.Collections.Generic.IEnumerable<ILifeline>
Return Value
Type: Microsoft.VisualStudio.Uml.Interactions.IInteractionUse
Returns IInteractionUse.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace