IOrderable Interface

 

Associated with an orderable part.

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

public interface IOrderable

NameDescription
System_CAPS_pubpropertyAfter

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

System_CAPS_pubpropertyBefore

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

System_CAPS_pubpropertyName

Gets the name of the part

This interface is helpful when importing orderable parts.

Return to top
Show: