DelayedDataState Enumeration

Enum for properties representing states of data that can get fetched into the graph in a delayed manner (on-demand or asynchronously).

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Enumeration DelayedDataState
public enum DelayedDataState
public enum class DelayedDataState
type DelayedDataState
public enum DelayedDataState

Members

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.

See Also

Reference

Microsoft.VisualStudio.GraphModel Namespace