Share via


IInterfaceRealization.ImplementingClassifier Property

 

The BehavioredClassifier that implements the interface.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IBehavioredClassifier ImplementingClassifier { get; set; }
property IBehavioredClassifier^ ImplementingClassifier {
    IBehavioredClassifier^ get();
    void set(IBehavioredClassifier^ value);
}
abstract ImplementingClassifier : IBehavioredClassifier with get, set
Property ImplementingClassifier As IBehavioredClassifier

Property Value

Type: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavioredClassifier

See Also

IInterfaceRealization Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top