PackageExtensions.CreateInteraction Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Create a new IInteraction object in the Package

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function CreateInteraction ( _
    parent As IPackage _
) As IInteraction
'Usage
Dim parent As IPackage
Dim returnValue As IInteraction

returnValue = parent.CreateInteraction()
public static IInteraction CreateInteraction(
    this IPackage parent
)
[ExtensionAttribute]
public:
static IInteraction^ CreateInteraction(
    IPackage^ parent
)
static member CreateInteraction : 
        parent:IPackage -> IInteraction 
public static function CreateInteraction(
    parent : IPackage
) : IInteraction

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Interactions.IInteraction
Newly created Interaction object

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPackage. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

PackageExtensions Class

PackageExtensions Members

Microsoft.VisualStudio.Uml.Extensions Namespace