Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.