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)

Syntax

'Declaration
Public Property After As String
public string After { get; set; }
public:
property String^ After {
    String^ get ();
    void set (String^ value);
}
member After : string with get, set
function get After () : String
function set After (value : String)

Property Value

Type: System.String
The part after which this part should be ordered.

Exceptions

Exception Condition
ArgumentNullException

The value is nulla null reference (Nothing in Visual Basic).

ArgumentException

The value is an empty string.

Remarks

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

.NET Framework Security

See Also

Reference

OrderAttribute Class

Microsoft.VisualStudio.Utilities Namespace