PackageExtensions.CreateInterfaceRealization Method

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

Create a new IInterfaceRealization link in the BehavioredClassifier

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function CreateInterfaceRealization ( _
    parent As IPackage, _
    implementingClassifierInternal As IBehavioredClassifier, _
    contract As IInterface _
) As IInterfaceRealization
'Usage
Dim parent As IPackage
Dim implementingClassifierInternal As IBehavioredClassifier
Dim contract As IInterface
Dim returnValue As IInterfaceRealization

returnValue = parent.CreateInterfaceRealization(implementingClassifierInternal, _
    contract)
public static IInterfaceRealization CreateInterfaceRealization(
    this IPackage parent,
    IBehavioredClassifier implementingClassifierInternal,
    IInterface contract
)
[ExtensionAttribute]
public:
static IInterfaceRealization^ CreateInterfaceRealization(
    IPackage^ parent, 
    IBehavioredClassifier^ implementingClassifierInternal, 
    IInterface^ contract
)
static member CreateInterfaceRealization : 
        parent:IPackage * 
        implementingClassifierInternal:IBehavioredClassifier * 
        contract:IInterface -> IInterfaceRealization 
public static function CreateInterfaceRealization(
    parent : IPackage, 
    implementingClassifierInternal : IBehavioredClassifier, 
    contract : IInterface
) : IInterfaceRealization

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Classes.IInterfaceRealization
Newly created InterfaceRealization 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