GraphObject Properties

 

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

NameDescription
System_CAPS_pubpropertyCategories

Returns all categories. Never returns null.

System_CAPS_pubpropertyCategoryCount

Returns the number of categories in the object.

System_CAPS_pubpropertyDescriptiveCategoryLabel

Creates a delimited list of all category labels for this graph object.

System_CAPS_pubpropertyDocumentSchema

Gets the document-local schema from the owner of this graph.

System_CAPS_pubpropertyIsGroup

Gets whether this object is IsGroup. It looks for the GraphProperties.StyleForGroup.

System_CAPS_pubpropertyIsPseudo

Gets whether this object is Pseudo. It looks for the GraphProperties.IsPseudo.

System_CAPS_pubpropertyItem[GraphProperty^]

Property that gets or sets a property value.

System_CAPS_pubpropertyOwner

Gets the Graph object that this object belongs to.

System_CAPS_pubpropertyProperties

Property that returns an enumeration of all annotations. The order of the enumeration is random.

System_CAPS_pubpropertyPropertyCount

Property that returns a number of all annotations.

System_CAPS_pubpropertyPropertyKeys

Property that returns an enumeration of all annotation keys. The order of the enumeration is random.

System_CAPS_pubpropertyPropertyValues

Property that returns an enumeration of all annotation values. The order of the enumeration is random.

System_CAPS_pubpropertyVisibility

Helper property to get/set visibility property of a GraphObject.

Return to top
Show: