WorkflowEngineProcessComponentRemoveAnnotation - метод
Пространство имён: Tessa.UI.WorkflowViewer.EditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public void RemoveAnnotation(
WorkflowAnnotationStorage annotationStorage,
IAnnotation annotation = null
)
Public Sub RemoveAnnotation (
annotationStorage As WorkflowAnnotationStorage,
Optional annotation As IAnnotation = Nothing
)
public:
void RemoveAnnotation(
WorkflowAnnotationStorage^ annotationStorage,
IAnnotation^ annotation = nullptr
)
member RemoveAnnotation :
annotationStorage : WorkflowAnnotationStorage *
?annotation : IAnnotation
(* Defaults:
let _annotation = defaultArg annotation null
*)
-> unit
Параметры
- annotationStorage WorkflowAnnotationStorage
-
- annotation IAnnotation (Optional)
-