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
'Declaração
Public ReadOnly Property FilteringValues As IList
Get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.