GraphCommonSchema Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines a set of commonly used GraphProperty objects.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.GraphModel.GraphCommonSchema
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public NotInheritable Class GraphCommonSchema
public static class GraphCommonSchema
public ref class GraphCommonSchema abstract sealed
[<AbstractClass>]
[<Sealed>]
type GraphCommonSchema = class end
public final class GraphCommonSchema
The GraphCommonSchema type exposes the following members.
Properties
Name | Description | |
---|---|---|
BaseUri | The location of the graph. | |
Contains | Defines a category for use in creating containment links. | |
DelayedChildNodesState | State of child nodes of this group node that are fetched in a delayed manner. | |
DelayedCrossGroupLinksState | State of cross group links of this node that are fetched in a delayed manner. | |
Expression | The Expression property is used by Condition and Setter elements. | |
Group | Defines whether an object is a Group and what state the Group is in: Expanded or Collapsed. | |
GroupLabel | The GroupLabel property is used by Style elements. | |
IsContainment | IsContainment property. | |
IsCursorContainingMethod | Marks DGML node with special attribute indicating whether it was a containing method of the drag source in a drag drop operation. No need to localize the metadata because this property is not browsable. | |
IsDragSource | Marks DGML node with a special attribute indicating whether it was part of the drag source in a drag and drop operation. No need to localize the metadata because this property is not browsable. | |
IsEnabled | The Enabled property is on a Conditional Style. | |
IsPseudo | IsPseudo. | |
IsTag | The IsTag property is used to mark special GraphCategories that are used in the custom categories menu. | |
Label | Defines a displayable label for an annotatable object. | |
Property | The Property property is used by Setter elements. | |
Schema | ||
SourceNode | Defines a source node of a link. | |
TargetNode | Defines a target node of a link. | |
TargetType | The TargetType property is used by Condition and Setter elements. | |
ToolTip | The ToolTip property is used by Style elements. | |
UniqueId | Defines the unique ID for an annotatable object. | |
Value | The Value property is used by Setter elements. | |
ValueLabel | The ValueLabel property is used by Style elements. | |
Version | Version number that is used by change tracking. | |
Visibility | Defines whether an object is to be made visible on screen. |
Top
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.