Share via


SegmentConstraints.SegmentType Property

Gets or sets the category of pipeline segment.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0.dll)

Syntax

'Declaration
Public Property SegmentType As AddInSegmentType
'Usage
Dim instance As SegmentConstraints 
Dim value As AddInSegmentType 

value = instance.SegmentType

instance.SegmentType = value
public AddInSegmentType SegmentType { get; set; }
public:
property AddInSegmentType SegmentType {
    AddInSegmentType get ();
    void set (AddInSegmentType value);
}
public function get SegmentType () : AddInSegmentType 
public function set SegmentType (value : AddInSegmentType)

Property Value

Type: System.AddIn.Hosting.AddInSegmentType
The type of pipeline segment.

Remarks

For more information, see AddInSegmentType.

.NET Framework Security

See Also

Reference

SegmentConstraints Structure

SegmentConstraints Members

Microsoft.VisualStudio.Tools.Applications Namespace