다음을 통해 공유


OrderAttribute.Before 속성

이 특성이 적용된 확장명 부분은 지정된 이름의 확장명 부분 앞에 정렬됩니다.

네임스페이스:  Microsoft.VisualStudio.Utilities
어셈블리:  Microsoft.VisualStudio.CoreUtility(Microsoft.VisualStudio.CoreUtility.dll)

구문

‘선언
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)

속성 값

형식: String
이 부분 뒤에 정렬되는 부분입니다.

예외

예외 조건
ArgumentNullException

값이 nullNull 참조(Visual Basic의 경우 Nothing)인 경우

ArgumentException

값은 빈 문자열이 됩니다.

설명

참조 하십시오 편집기 확장 지점 이 특성을 사용 하는 방법에 대 한 자세한 내용은.

.NET Framework 보안

참고 항목

참조

OrderAttribute 클래스

Microsoft.VisualStudio.Utilities 네임스페이스