DocumentActiveContextChangedEventArgs 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:
DocumentActiveContextChangedEventArgs(Microsoft::CodeAnalysis::Solution ^ solution, Microsoft::CodeAnalysis::Text::SourceTextContainer ^ sourceTextContainer, Microsoft::CodeAnalysis::DocumentId ^ oldActiveContextDocumentId, Microsoft::CodeAnalysis::DocumentId ^ newActiveContextDocumentId);
public DocumentActiveContextChangedEventArgs (Microsoft.CodeAnalysis.Solution solution, Microsoft.CodeAnalysis.Text.SourceTextContainer sourceTextContainer, Microsoft.CodeAnalysis.DocumentId oldActiveContextDocumentId, Microsoft.CodeAnalysis.DocumentId newActiveContextDocumentId);
new Microsoft.CodeAnalysis.DocumentActiveContextChangedEventArgs : Microsoft.CodeAnalysis.Solution * Microsoft.CodeAnalysis.Text.SourceTextContainer * Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.DocumentId -> Microsoft.CodeAnalysis.DocumentActiveContextChangedEventArgs
Public Sub New (solution As Solution, sourceTextContainer As SourceTextContainer, oldActiveContextDocumentId As DocumentId, newActiveContextDocumentId As DocumentId)
Parameters
- solution
- Solution
- sourceTextContainer
- SourceTextContainer
- oldActiveContextDocumentId
- DocumentId
- newActiveContextDocumentId
- 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.