Share via


AssociatedPropertyInfo.FilteringValues Property

A list of filtering values associated with this property. Used for ShapeField visibility property associations.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property FilteringValues As IList
public IList FilteringValues { get; }
public:
property IList^ FilteringValues {
    IList^ get ();
}
member FilteringValues : IList
function get FilteringValues () : IList

Property Value

Type: System.Collections.IList

Remarks

A list of filtering values that is associated with this property. Used for ShapeField visibility property associations.

.NET Framework Security

See Also

Reference

AssociatedPropertyInfo Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace