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)

[DefaultValueAttribute(null)]
property IEnumerable<String^>^ Before {
	IEnumerable<String^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<String^>^

The parts before which this part appears in the list.

Return to top
Show: