Sdílet prostřednictvím


ISharePointProjectLogger.WriteLine – metoda (String, LogCategory, String, Int32, Int32, String, Int32)

Protokolu zpráva nástroje SharePoint výstup okno a seznam chyb podle zadaného LogCategory.

Obor názvů:  Microsoft.VisualStudio.SharePoint
Sestavení:  Microsoft.VisualStudio.SharePoint (v Microsoft.VisualStudio.SharePoint.dll)

Syntaxe

'Deklarace
Sub WriteLine ( _
    message As String, _
    category As LogCategory, _
    filePath As String, _
    lineNumber As Integer, _
    columnNumber As Integer, _
    helpKeyword As String, _
    subcategoryId As Integer _
)
void WriteLine(
    string message,
    LogCategory category,
    string filePath,
    int lineNumber,
    int columnNumber,
    string helpKeyword,
    int subcategoryId
)

Parametry

  • message
    Typ: String

    Text zprávy.

  • filePath
    Typ: String

    Úplná cesta k souboru s chybou.

  • lineNumber
    Typ: Int32

    Číslo chyby.

  • columnNumber
    Typ: Int32

    Chyba číslo sloupce.

  • helpKeyword
    Typ: String

    Klíčové slovo nápovědy pro chybu.

  • subcategoryId
    Typ: Int32

    Podkategorie identifikátor zprávy.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ISharePointProjectLogger Rozhraní

WriteLine – přetížení

Microsoft.VisualStudio.SharePoint – obor názvů