Share via


IOrderable.After Property

Gets the parts after 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 After As IEnumerable(Of String)
IEnumerable<string> After { get; }
property IEnumerable<String^>^ After {
    IEnumerable<String^>^ get ();
}
abstract After : IEnumerable<string>
function get After () : IEnumerable<String>

Property Value

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

.NET Framework Security

See Also

Reference

IOrderable Interface

Microsoft.VisualStudio.Utilities Namespace