WorkflowEngineProcessComponentRemoveAnnotation - метод
Пространство имён: Tessa.UI.WorkflowViewer.EditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)
-