IVisiblePropertyProvider.VisibleProperties Property
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.
Gets a collection of property descriptors for properties that are visible to the user.
public:
property System::ComponentModel::PropertyDescriptorCollection ^ VisibleProperties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection VisibleProperties { get; }
member this.VisibleProperties : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property VisibleProperties As PropertyDescriptorCollection
Property Value
A collection of property descriptors for properties that are visible to the user.