DelayedDataState Enumeration
Visual Studio 2015
Enum for properties representing states of data that can get fetched into the graph in a delayed manner (on-demand or asynchronously).
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Member name | Description | |
|---|---|---|
| Fetched | Data has been fetched into the graph. | |
| Incomplete | Data has been fetched, but is incomplete because of some change. | |
| NotFetched | Data not fetched into the graph yet. | |
| Unspecified | Not specified. |
Show: