Graph Properties

 

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubpropertyAllGroups

Every group in the graph regardless of visibility or nesting.

System_CAPS_pubpropertyAllSchemas

Returns a list of all unique known schemas.

System_CAPS_pubpropertyCategories

Returns all categories. Never returns null.(Inherited from GraphObject.)

System_CAPS_pubpropertyCategoryCount

Returns the number of categories in the object.(Inherited from GraphObject.)

System_CAPS_pubpropertySystem_CAPS_staticCommonPaths

A dictionary of the common paths that are replaced during serialization.

System_CAPS_pubpropertyDescriptiveCategoryLabel

Creates a delimited list of all category labels for this graph object.(Inherited from GraphObject.)

System_CAPS_pubpropertyDocumentSchema

The serialized document schema for the graph.(Overrides GraphObject::DocumentSchema.)

System_CAPS_pubpropertyGroups

Gets the collection of all top-level groups.

System_CAPS_pubpropertyIsGroup

Gets whether this object is IsGroup. It looks for the GraphProperties.StyleForGroup.(Inherited from GraphObject.)

System_CAPS_pubpropertyIsPseudo

Gets whether this object is Pseudo. It looks for the GraphProperties.IsPseudo.(Inherited from GraphObject.)

System_CAPS_pubpropertyItem[GraphProperty^]

Property that gets or sets a property value.(Inherited from GraphObject.)

System_CAPS_pubpropertyLinks

Gets the collection of links.

System_CAPS_pubpropertyNodes

Gets the collection of nodes.

System_CAPS_pubpropertyOrphanNodes

Gets all nodes that are not children of any GraphGroup.

System_CAPS_pubpropertyOwner

Gets the Graph object that this object belongs to.(Inherited from GraphObject.)

System_CAPS_pubpropertyPaths

CommonPaths found by the serializer during load which we will also use during save.

System_CAPS_pubpropertyProperties

Property that returns an enumeration of all annotations. The order of the enumeration is random.(Inherited from GraphObject.)

System_CAPS_pubpropertyPropertyCount

Property that returns a number of all annotations.(Inherited from GraphObject.)

System_CAPS_pubpropertyPropertyKeys

Property that returns an enumeration of all annotation keys. The order of the enumeration is random.(Inherited from GraphObject.)

System_CAPS_pubpropertyPropertyValues

Property that returns an enumeration of all annotation values. The order of the enumeration is random.(Inherited from GraphObject.)

System_CAPS_pubpropertyStyles

Gets the collection of styles.

System_CAPS_pubpropertyVisibility

Helper property to get/set visibility property of a GraphObject.(Inherited from GraphObject.)

System_CAPS_pubpropertyVisibleLinks

Returns the visible links (link.IsVisible == true).

System_CAPS_pubpropertyVisibleNodes

Returns the visible nodes (node.IsVisible == true).

System_CAPS_pubpropertyVisibleOrphanNodes

Gets all visible nodes that are not children of any GraphGroup.

System_CAPS_pubpropertyVisibleTopLevelGroups

Returns the visible top-level groups (node.IsVisible == true).

Return to top
Show: