VSConstants.NewDocumentStateReason Class
Contains well known reasons used for SetNewDocumentState.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.VSConstants.NewDocumentStateReason
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class NewDocumentStateReason
public static class NewDocumentStateReason
public ref class NewDocumentStateReason abstract sealed
[<AbstractClass>]
[<Sealed>]
type NewDocumentStateReason = class end
public final class NewDocumentStateReason
The VSConstants.NewDocumentStateReason type exposes the following members.
Fields
Name | Description | |
---|---|---|
FindResults | Find results. | |
FindSymbolResults | Find symbol results. | |
Navigation | Navigation. | |
SolutionExplorer | Solution Explorer. | |
TeamExplorer | Team Explorer. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.