Share via


IVisiblePropertyProvider.VisibleProperties Property

Gets a collection of property descriptors for properties that are visible to the user.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
ReadOnly Property VisibleProperties As PropertyDescriptorCollection
PropertyDescriptorCollection VisibleProperties { get; }
property PropertyDescriptorCollection^ VisibleProperties {
    PropertyDescriptorCollection^ get ();
}
abstract VisibleProperties : PropertyDescriptorCollection
function get VisibleProperties () : PropertyDescriptorCollection

Property Value

Type: System.ComponentModel.PropertyDescriptorCollection
A collection of property descriptors for properties that are visible to the user.

.NET Framework Security

See Also

Reference

IVisiblePropertyProvider Interface

Microsoft.VisualStudio.TestTools.Common Namespace

PropertyDescriptorCollection