Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
ReadOnly Property VisibleProperties As PropertyDescriptorCollection
'使用
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
Permissions
- 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.
See Also
Reference
IVisiblePropertyProvider Interface