Condividi tramite


Proprietà ParseRequest.Reason

Specifica il motivo che l'operazione di analisi è stata avviata.

Spazio dei nomi:  Microsoft.VisualStudio.Package
Assembly:   Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Sintassi

'Dichiarazione
Public Property Reason As ParseReason
public ParseReason Reason { get; set; }

Valore proprietà

Tipo: Microsoft.VisualStudio.Package.ParseReason
restituisce ParseReason valore passato a ParseRequest costruttore di classe.

Note

ParseReason il valore deve essere utilizzato dal parser come determina il tipo di informazioni devono essere ottenuto.Ad esempio, Check indica analizzare l'intero file di origine durante CompleteWord i metodi analizzano solo l'identificatore nella posizione specificata.Il precedente in genere eseguita su un thread in background e può richiedere tempo durante l'ultima in genere eseguita sul thread in primo piano e deve richiedere minimo tempo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ParseRequest Classe

Spazio dei nomi Microsoft.VisualStudio.Package