QualificationDataItem::Segment Property
.NET Framework (current version)
Gets a value that identifies the pipeline segment the qualification data item was applied to.
Assembly: System.AddIn (in System.AddIn.dll)
Property Value
Type: System.AddIn.Hosting::AddInSegmentTypeThe kind of pipeline segment the data item was applied to.
When you enumerate qualification data, use this property to identify the qualification data that belongs to a particular segment of the pipeline.
Note |
|---|
The add-in model does not use qualification data that is applied to the host view of the add-in. As a result, when you enumerate qualification data you will not find any items whose Segment property is HostViewOfAddIn. |
The following example lists the qualification data for the pipeline segments associated with each AddInToken in a collection of tokens. The Segment property is used to display the kind of segment.
.NET Framework
Available since 3.5
Available since 3.5
Show:
