ReferenceStatus Enumeration

 
Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

public enum class ReferenceStatus

Member nameDescription
AdapterManagerNotFound

The reference status is invalid - adapter manager not found

FullyResolved

The reference is fully resolved

ModelResolved

/The model was resolved

ModelUnresolved

The reference status is invalid - the model was not resolved

NotFullyResolved

The reference status is valid for a model but the full reference with all the data wasn't resolved

Unknown

The reference status is currently unknown - prior to validation

Return to top
Show: