OrderAttribute::After Property

 

The extension part to which this attribute is applied should be ordered after the extension part with the name specified.

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

public:
property String^ After {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The part after which this part should be ordered.

Exception Condition
ArgumentNullException

The value is null.

ArgumentException

The value is an empty string.

See Editor Extension Points for more information about how to use this attribute.

Return to top
Show: