Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.