OrderAttribute.Before Property

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

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

Syntax

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

Property Value

Type: System.String
The part before 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