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: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.