다음을 통해 공유


ChangeTag.ChangeTypes 속성

태그에 대한 변경 형식을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Text.Document
어셈블리:  Microsoft.VisualStudio.Text.Logic(Microsoft.VisualStudio.Text.Logic.dll)

구문

‘선언
Public Property ChangeTypes As ChangeTypes
public ChangeTypes ChangeTypes { get; private set; }
public:
property ChangeTypes ChangeTypes {
    ChangeTypes get ();
    private: void set (ChangeTypes value);
}
member ChangeTypes : ChangeTypes with get, private set
function get ChangeTypes () : ChangeTypes 
private function set ChangeTypes (value : ChangeTypes)

속성 값

형식: Microsoft.VisualStudio.Text.Document.ChangeTypes
태그에 대한 변경 형식입니다.

.NET Framework 보안

참고 항목

참조

ChangeTag 클래스

Microsoft.VisualStudio.Text.Document 네임스페이스