Método ISharePointCommandLogger.WriteLine (String, LogCategory, String)

Grava uma mensagem para o saída janela ou Error List janela com a categoria especificada e a palavra-chave de Ajuda.

Namespace:  Microsoft.VisualStudio.SharePoint.Commands
Assembly:  Microsoft.VisualStudio.SharePoint.Commands (em Microsoft.VisualStudio.SharePoint.Commands.dll)

Sintaxe

'Declaração
Sub WriteLine ( _
    message As String, _
    category As LogCategory, _
    helpKeyword As String _
)
void WriteLine(
    string message,
    LogCategory category,
    string helpKeyword
)

Parâmetros

  • helpKeyword
    Tipo: System.String
    A palavra-ajuda chave para o erro.

Segurança do .NET Framework

Consulte também

Referência

ISharePointCommandLogger Interface

Sobrecargas WriteLine

Namespace Microsoft.VisualStudio.SharePoint.Commands