GraphPropertyCollection Class
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | GraphPropertyCollection(GraphSchema^) |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements that are contained in the GraphProperties collection |
![]() | IsReadOnly | Gets a value indicating whether the GraphProperties collection is Read-only |
![]() | Properties | Gets the GraphProperties |
![]() | Schema |
| Name | Description | |
|---|---|---|
![]() | Add(GraphProperty^) | Adds an item to the GraphProperties collection |
![]() | AddNewProperty(String^, Type^) | Registers a new GraphProperty with the default metadata creator. |
![]() | AddNewProperty(String^, Type^, Func<GraphMetadata^>^) | Registers a new GraphProperty |
![]() | Clear() | Removes all items from the collection |
![]() | Contains(GraphProperty^) | Determines whether the collection contains a specific value |
![]() | CopyTo(array<GraphProperty^>^, Int32) | Copies the elements of the collection to a System.Array, starting at a particular System.Array index |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator for the graph properties |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(GraphProperty^) | Removes the first occurrence of a specific object from the collection |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




