Compartir a través de


IPropertySnapshot.SupportedValues Property

Definition

Gets a queryable collection of supported values of the property.

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)

Property Value

Applies to