Share via


IVisiblePropertyProvider.VisibleProperties Property

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

Syntax

'Declaration
ReadOnly Property VisibleProperties As PropertyDescriptorCollection
'Usage
Dim instance As IVisiblePropertyProvider 
Dim value As PropertyDescriptorCollection 

value = instance.VisibleProperties
PropertyDescriptorCollection VisibleProperties { get; }
property PropertyDescriptorCollection^ VisibleProperties {
    PropertyDescriptorCollection^ get ();
}
function get VisibleProperties () : PropertyDescriptorCollection

Property Value

Type: System.ComponentModel.PropertyDescriptorCollection

.NET Framework Security

See Also

Reference

IVisiblePropertyProvider Interface

IVisiblePropertyProvider Members

Microsoft.VisualStudio.TestTools.Common Namespace