This documentation is archived and is not being maintained.
AddInSegmentType Enumeration
Visual Studio 2010
Specifies the type of a pipeline segment.
Assembly: System.AddIn (in System.AddIn.dll)
| Member name | Description | |
|---|---|---|
| HostViewOfAddIn | Specifies the host view of the add-in segment. | |
| HostSideAdapter | Specifies a host-side adapter segment. | |
| Contract | Specifies a contract segment. | |
| AddInSideAdapter | Specifies an add-in-side adapter segment. | |
| AddInView | Specifies an add-in view segment. | |
| AddIn | Specifies an 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: