Share via


IOrderable.Before Property

Gets the parts before which this part should appear in the list.

Namespace:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Syntax

'Declaration
ReadOnly Property Before As IEnumerable(Of String)
IEnumerable<string> Before { get; }
property IEnumerable<String^>^ Before {
    IEnumerable<String^>^ get ();
}
abstract Before : IEnumerable<string> with get
function get Before () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>
The parts before which this part appears in the list.

.NET Framework Security

See Also

Reference

IOrderable Interface

Microsoft.VisualStudio.Utilities Namespace