DocumentEventArgs(Document) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
DocumentEventArgs(Microsoft::CodeAnalysis::Document ^ document);
public DocumentEventArgs(Microsoft.CodeAnalysis.Document document);
new Microsoft.CodeAnalysis.DocumentEventArgs : Microsoft.CodeAnalysis.Document -> Microsoft.CodeAnalysis.DocumentEventArgs
Public Sub New (document As Document)
Parameter
- document
- Document