AddInSegmentType Enumeration
.NET Framework (current version)
Specifies the type of a pipeline segment.
Assembly: System.AddIn (in System.AddIn.dll)
| Member name | Description | |
|---|---|---|
| AddIn | Specifies an add-in segment. | |
| AddInSideAdapter | Specifies an add-in-side adapter segment. | |
| AddInView | Specifies an add-in view segment. | |
| Contract | Specifies a contract segment. | |
| HostSideAdapter | Specifies a host-side adapter segment. | |
| HostViewOfAddIn | Specifies the host view of the add-in segment. |
In this context, the type of a pipeline segment identifies the category of pipeline segment: add-in, add-in-side adapter, add-in view, contract, host-side adapter, or the host view of the add-in. If a pipeline segment's class has a QualificationDataAttribute attribute, you can obtain the data specified in the attribute with the QualificationData property of an AddInToken object.
.NET Framework
Available since 3.5
Available since 3.5
Show: