Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 with get
function get VisibleProperties () : PropertyDescriptorCollection
Property Value
Type: PropertyDescriptorCollection
A collection of property descriptors for properties that are visible to the user.
.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.
See Also
Reference
IVisiblePropertyProvider Interface