|
26 | 26 | <Docs> |
27 | 27 | <summary>An activity that manages the execution of an <see cref="T:System.Workflow.ComponentModel.Activity" /> within a workflow.</summary> |
28 | 28 | <remarks> |
29 | | - <format type="text/markdown"><![CDATA[ |
30 | | - |
31 | | -## Remarks |
32 | | - |
| 29 | + <format type="text/markdown"><![CDATA[ |
| 30 | +
|
| 31 | +## Remarks |
| 32 | +
|
33 | 33 | > [!NOTE] |
34 | | -> The <xref:System.Activities.Statements.Interop> activity will not appear in the workflow designer toolbox unless the workflow's project has its `Target Framework` setting set to `.Net Framework 4`. |
35 | | - |
| 34 | +> The <xref:System.Activities.Statements.Interop> activity will not appear in the workflow designer toolbox unless the workflow's project has its `Target Framework` setting set to `.Net Framework 4`. |
| 35 | +
|
36 | 36 | > [!WARNING] |
37 | | -> Due to limitations in the interface types that the <xref:System.Activities.Statements.Interop> activity can support, <xref:System.Workflow.Activities.HandleExternalEventActivity> and <xref:System.Workflow.Activities.CallExternalMethodActivity> cannot be used directly, but derivative activities created using the Workflow Communication Activity tool (WCA.exe) can be used. See [Windows Workflow Foundation Tools](https://go.microsoft.com/fwlink/?LinkId=178889) for details. |
38 | | - |
| 37 | +> Due to limitations in the interface types that the <xref:System.Activities.Statements.Interop> activity can support, <xref:System.Workflow.Activities.HandleExternalEventActivity> and <xref:System.Workflow.Activities.CallExternalMethodActivity> cannot be used directly, but derivative activities created using the Workflow Communication Activity tool (WCA.exe) can be used. |
| 38 | +
|
39 | 39 | ]]></format> |
40 | 40 | </remarks> |
41 | 41 | </Docs> |
|
136 | 136 | <summary>Gets or sets the type of the activity contained by the <see cref="T:System.Activities.Statements.Interop" /> activity.</summary> |
137 | 137 | <value>The type of the activity contained by the <see cref="T:System.Activities.Statements.Interop" /> activity.</value> |
138 | 138 | <remarks> |
139 | | - <format type="text/markdown"><![CDATA[ |
140 | | - |
141 | | -## Remarks |
142 | | - This type must derive from <xref:System.Workflow.ComponentModel.Activity?displayProperty=nameWithType>. |
143 | | - |
| 139 | + <format type="text/markdown"><![CDATA[ |
| 140 | +
|
| 141 | +## Remarks |
| 142 | + This type must derive from <xref:System.Workflow.ComponentModel.Activity?displayProperty=nameWithType>. |
| 143 | +
|
144 | 144 | ]]></format> |
145 | 145 | </remarks> |
146 | 146 | </Docs> |
|
261 | 261 | <summary>Returns the collection of attributes for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary> |
262 | 262 | <returns>The attribute collection for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns> |
263 | 263 | <remarks> |
264 | | - <format type="text/markdown"><![CDATA[ |
265 | | - |
266 | | -## Remarks |
267 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
268 | | - |
| 264 | + <format type="text/markdown"><![CDATA[ |
| 265 | +
|
| 266 | +## Remarks |
| 267 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 268 | +
|
269 | 269 | ]]></format> |
270 | 270 | </remarks> |
271 | 271 | </Docs> |
|
293 | 293 | <summary>Returns the name of the class of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary> |
294 | 294 | <returns>The class name of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns> |
295 | 295 | <remarks> |
296 | | - <format type="text/markdown"><![CDATA[ |
297 | | - |
298 | | -## Remarks |
299 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
300 | | - |
| 296 | + <format type="text/markdown"><![CDATA[ |
| 297 | +
|
| 298 | +## Remarks |
| 299 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 300 | +
|
301 | 301 | ]]></format> |
302 | 302 | </remarks> |
303 | 303 | </Docs> |
|
325 | 325 | <summary>Returns the name of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary> |
326 | 326 | <returns>The activity name of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns> |
327 | 327 | <remarks> |
328 | | - <format type="text/markdown"><![CDATA[ |
329 | | - |
330 | | -## Remarks |
331 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
332 | | - |
| 328 | + <format type="text/markdown"><![CDATA[ |
| 329 | +
|
| 330 | +## Remarks |
| 331 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 332 | +
|
333 | 333 | ]]></format> |
334 | 334 | </remarks> |
335 | 335 | </Docs> |
|
357 | 357 | <summary>Returns the associated type converter for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary> |
358 | 358 | <returns>The type converter for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns> |
359 | 359 | <remarks> |
360 | | - <format type="text/markdown"><![CDATA[ |
361 | | - |
362 | | -## Remarks |
363 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
364 | | - |
| 360 | + <format type="text/markdown"><![CDATA[ |
| 361 | +
|
| 362 | +## Remarks |
| 363 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 364 | +
|
365 | 365 | ]]></format> |
366 | 366 | </remarks> |
367 | 367 | </Docs> |
|
389 | 389 | <summary>Returns the default event for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary> |
390 | 390 | <returns>The default event for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns> |
391 | 391 | <remarks> |
392 | | - <format type="text/markdown"><![CDATA[ |
393 | | - |
394 | | -## Remarks |
395 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
396 | | - |
| 392 | + <format type="text/markdown"><![CDATA[ |
| 393 | +
|
| 394 | +## Remarks |
| 395 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 396 | +
|
397 | 397 | ]]></format> |
398 | 398 | </remarks> |
399 | 399 | </Docs> |
|
421 | 421 | <summary>Returns the default property for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary> |
422 | 422 | <returns>The default property for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns> |
423 | 423 | <remarks> |
424 | | - <format type="text/markdown"><![CDATA[ |
425 | | - |
426 | | -## Remarks |
427 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
428 | | - |
| 424 | + <format type="text/markdown"><![CDATA[ |
| 425 | +
|
| 426 | +## Remarks |
| 427 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 428 | +
|
429 | 429 | ]]></format> |
430 | 430 | </remarks> |
431 | 431 | </Docs> |
|
456 | 456 | <summary>Returns the editor for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary> |
457 | 457 | <returns>The editor for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns> |
458 | 458 | <remarks> |
459 | | - <format type="text/markdown"><![CDATA[ |
460 | | - |
461 | | -## Remarks |
462 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
463 | | - |
| 459 | + <format type="text/markdown"><![CDATA[ |
| 460 | +
|
| 461 | +## Remarks |
| 462 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 463 | +
|
464 | 464 | ]]></format> |
465 | 465 | </remarks> |
466 | 466 | </Docs> |
|
497 | 497 | <summary>Returns the collection of events for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary> |
498 | 498 | <returns>The collection of events.</returns> |
499 | 499 | <remarks> |
500 | | - <format type="text/markdown"><![CDATA[ |
501 | | - |
502 | | -## Remarks |
503 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
504 | | - |
| 500 | + <format type="text/markdown"><![CDATA[ |
| 501 | +
|
| 502 | +## Remarks |
| 503 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 504 | +
|
505 | 505 | ]]></format> |
506 | 506 | </remarks> |
507 | 507 | </Docs> |
|
532 | 532 | <summary>Returns the collection of events for the contained <see cref="T:System.Workflow.ComponentModel.Activity" /> using the specified array of attributes as a filter.</summary> |
533 | 533 | <returns>The collection of events for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns> |
534 | 534 | <remarks> |
535 | | - <format type="text/markdown"><![CDATA[ |
536 | | - |
537 | | -## Remarks |
538 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
539 | | - |
| 535 | + <format type="text/markdown"><![CDATA[ |
| 536 | +
|
| 537 | +## Remarks |
| 538 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 539 | +
|
540 | 540 | ]]></format> |
541 | 541 | </remarks> |
542 | 542 | </Docs> |
|
573 | 573 | <summary>Returns the collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary> |
574 | 574 | <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns> |
575 | 575 | <remarks> |
576 | | - <format type="text/markdown"><![CDATA[ |
577 | | - |
578 | | -## Remarks |
579 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
580 | | - |
| 576 | + <format type="text/markdown"><![CDATA[ |
| 577 | +
|
| 578 | +## Remarks |
| 579 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 580 | +
|
581 | 581 | ]]></format> |
582 | 582 | </remarks> |
583 | 583 | </Docs> |
|
608 | 608 | <summary>Returns the collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" /> using a specified array of attributes as a filter.</summary> |
609 | 609 | <returns>A collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns> |
610 | 610 | <remarks> |
611 | | - <format type="text/markdown"><![CDATA[ |
612 | | - |
613 | | -## Remarks |
614 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
615 | | - |
| 611 | + <format type="text/markdown"><![CDATA[ |
| 612 | +
|
| 613 | +## Remarks |
| 614 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 615 | +
|
616 | 616 | ]]></format> |
617 | 617 | </remarks> |
618 | 618 | </Docs> |
|
643 | 643 | <summary>Returns the owner of the specified property descriptor or the <see cref="T:System.Activities.Statements.Interop" /> activity itself if the property descriptor has no owner.</summary> |
644 | 644 | <returns>The property owner or the <see cref="T:System.Activities.Statements.Interop" /> activity itself if the property descriptor has no owner.</returns> |
645 | 645 | <remarks> |
646 | | - <format type="text/markdown"><![CDATA[ |
647 | | - |
648 | | -## Remarks |
649 | | - This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
650 | | - |
| 646 | + <format type="text/markdown"><![CDATA[ |
| 647 | +
|
| 648 | +## Remarks |
| 649 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface. |
| 650 | +
|
651 | 651 | ]]></format> |
652 | 652 | </remarks> |
653 | 653 | </Docs> |
|
0 commit comments