DocumentDiagnostic(WorkspaceDiagnosticKind, String, DocumentId) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
DocumentDiagnostic(Microsoft::CodeAnalysis::WorkspaceDiagnosticKind kind, System::String ^ message, Microsoft::CodeAnalysis::DocumentId ^ documentId);
public DocumentDiagnostic (Microsoft.CodeAnalysis.WorkspaceDiagnosticKind kind, string message, Microsoft.CodeAnalysis.DocumentId documentId);
new Microsoft.CodeAnalysis.DocumentDiagnostic : Microsoft.CodeAnalysis.WorkspaceDiagnosticKind * string * Microsoft.CodeAnalysis.DocumentId -> Microsoft.CodeAnalysis.DocumentDiagnostic
Public Sub New (kind As WorkspaceDiagnosticKind, message As String, documentId As DocumentId)
Parameters
- message
- String
- documentId
- DocumentId
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.