InteractionExtensions.CreateComment Method

Create a Comment.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function CreateComment ( _
    parent As IInteraction _
) As IComment
public static IComment CreateComment(
    this IInteraction parent
)
[ExtensionAttribute]
public:
static IComment^ CreateComment(
    IInteraction^ parent
)
static member CreateComment : 
        parent:IInteraction -> IComment 
public static function CreateComment(
    parent : IInteraction
) : IComment

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Classes.IComment

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IInteraction. 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

InteractionExtensions Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace