GraphBufferContentTypeChangedEventArgs 생성자
지정된 텍스트 버퍼와 이전 및 새 콘텐츠 형식을 사용하여 GraphBufferContentTypeChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.VisualStudio.Text.Projection
어셈블리: Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)
구문
‘선언
Public Sub New ( _
textBuffer As ITextBuffer, _
beforeContentType As IContentType, _
afterContentType As IContentType _
)
public GraphBufferContentTypeChangedEventArgs(
ITextBuffer textBuffer,
IContentType beforeContentType,
IContentType afterContentType
)
public:
GraphBufferContentTypeChangedEventArgs(
ITextBuffer^ textBuffer,
IContentType^ beforeContentType,
IContentType^ afterContentType
)
new :
textBuffer:ITextBuffer *
beforeContentType:IContentType *
afterContentType:IContentType -> GraphBufferContentTypeChangedEventArgs
public function GraphBufferContentTypeChangedEventArgs(
textBuffer : ITextBuffer,
beforeContentType : IContentType,
afterContentType : IContentType
)
매개 변수
textBuffer
형식: Microsoft.VisualStudio.Text.ITextBufferIContentType이 변경된 ITextBuffer입니다.
beforeContentType
형식: Microsoft.VisualStudio.Utilities.IContentType변경 전의 IContentType입니다.
afterContentType
형식: Microsoft.VisualStudio.Utilities.IContentType변경 후의 IContentType입니다.
예외
예외 | 조건 |
---|---|
ArgumentNullException | One of textBuffer, beforeContentType, or afterContentType is nullNull 참조(Visual Basic의 경우 Nothing). |
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.