Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents the collection of properties. This class cannot be inherited.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public NotInheritable Class PropertyInfoCollection _
Inherits CollectionBase
'Usage
Dim instance As VirtualTypeBuilder.PropertyInfoCollection
public sealed class PropertyInfoCollection : CollectionBase
public ref class PropertyInfoCollection sealed : public CollectionBase
public final class PropertyInfoCollection extends CollectionBase
Remarks
Only PropertyInfo objects should be added to this collection. VirtualTypeBuilder.PropertyInfoCollection is nested inside of VirtualTypeBuilder due to its specific behavior related to virtual types.
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.PropertyInfoCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
VirtualTypeBuilder.PropertyInfoCollection Members