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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.