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