DelayedDataState 열거형
지연된 방식(요청 시 또는 비동기 방식)으로 그래프로 페치될 수 있는 데이터의 상태를 나타내는 속성에 대한 열거형입니다.
네임스페이스: Microsoft.VisualStudio.GraphModel
어셈블리: Microsoft.VisualStudio.GraphModel(Microsoft.VisualStudio.GraphModel.dll)
구문
‘선언
Public Enumeration DelayedDataState
public enum DelayedDataState
public enum class DelayedDataState
type DelayedDataState
public enum DelayedDataState
멤버
멤버 이름 | 설명 | |
---|---|---|
Unspecified | 지정되지 않았습니다. | |
NotFetched | 아직 그래프로 페치되지 않은 데이터입니다. | |
Fetched | 데이터가 그래프로 페치되었습니다. | |
Incomplete | 데이터가 페치되었지만 일부 변경으로 인해 완전하지 않습니다. |