IOperation::Preconditions Property

 

Gets the constraints that should be satisfied before the Operation is invoked.

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

property IEnumerable<IConstraint^>^ Preconditions {
	IEnumerable<IConstraint^>^ get();
}
Return to top
Show: