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
'Declaration
Property ImplementingClassifier As IBehavioredClassifier
IBehavioredClassifier ImplementingClassifier { get; set; }
property IBehavioredClassifier^ ImplementingClassifier {
IBehavioredClassifier^ get ();
void set (IBehavioredClassifier^ value);
}
abstract ImplementingClassifier : IBehavioredClassifier with get, set
function get ImplementingClassifier () : IBehavioredClassifier
function set ImplementingClassifier (value : IBehavioredClassifier)
Property Value
Type: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavioredClassifier
.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.