VirtualTypeBuilder.PropertyInfoCollection Class
Visual Studio 2015
Represents the collection of properties. This class cannot be inherited.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
System.Object
System.Collections.CollectionBase
Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.PropertyInfoCollection
System.Collections.CollectionBase
Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.PropertyInfoCollection
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from CollectionBase.) |
![]() | Count | (Inherited from CollectionBase.) |
![]() | Item[Int32] | Gets or sets the property at the specified index. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo(Array, Int32) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Add(Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Contains(Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.IndexOf(Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Insert(Int32, Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Remove(Object) | (Inherited from CollectionBase.) |
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



