IUIPropertyValueSnapshot.SupportedValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a queryable collection of supported values of the UI property value.
public Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.ISupportedValueSnapshot> SupportedValues { get; }
member this.SupportedValues : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.ISupportedValueSnapshot>
Public ReadOnly Property SupportedValues As IAsyncQueryable(Of ISupportedValueSnapshot)