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: IEnumerable<String>
The parts before which this part appears in the list.
.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.