IPropertiesAvailableStatus.GetAvailableModelProperties Method
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.
Get metadata of properties containing values.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty> GetAvailableModelProperties ();
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member GetAvailableModelProperties : unit -> seq<Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty>
Public Function GetAvailableModelProperties () As IEnumerable(Of IEntityProperty)
Returns
A collection of properties metadata.
- Attributes