ISharePointProjectLogger.WriteLine 메서드 (String, LogCategory, String, Int32, Int32, String)
지정된 LogCategory에 따라 SharePoint 도구 출력 창과 오류 목록에 메시지를 기록합니다.
네임스페이스: Microsoft.VisualStudio.SharePoint
어셈블리: Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)
구문
‘선언
Sub WriteLine ( _
message As String, _
category As LogCategory, _
filePath As String, _
lineNumber As Integer, _
columnNumber As Integer, _
helpKeyword As String _
)
void WriteLine(
string message,
LogCategory category,
string filePath,
int lineNumber,
int columnNumber,
string helpKeyword
)
매개 변수
- message
형식: System.String
메시지 텍스트입니다.
- category
형식: Microsoft.VisualStudio.SharePoint.LogCategory
LogCategory 에 지정된 메시지 로그 범주입니다.
- filePath
형식: System.String
오류가 있는 파일의 전체 경로입니다.
- lineNumber
형식: System.Int32
오류가 발생한 줄의 번호입니다.
- columnNumber
형식: System.Int32
오류가 발생한 열의 번호입니다.
- helpKeyword
형식: System.String
오류에 대한 도움말 키워드입니다.
설명
Visual Studio이 Error 창과 같은 IDE에 기록하면 lineNumber 및 columnNumber 값은 0부터 시작하지만 사용자 코드를 IDE에 쓰는 경우 1부터 시작합니다.예를 들어, lineNumber를 10으로, columnNumber을 20으로 지정하는 경우 Visual Studio는 줄 11과 열 21로 보고합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.