GraphCommonSchema Class

Class which 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
Public propertyStatic member BaseUri The location of the graph.
Public propertyStatic member Expression
Public propertyStatic member Group
Public propertyStatic member GroupLabel
Public propertyStatic member IsContainment
Public propertyStatic member IsEnabled
Public propertyStatic member IsPseudo
Public propertyStatic member IsTag
Public propertyStatic member Label
Public propertyStatic member Property
Public propertyStatic member Schema
Public propertyStatic member SourceNode
Public propertyStatic member TargetNode
Public propertyStatic member TargetType
Public propertyStatic member ToolTip
Public propertyStatic member UniqueId
Public propertyStatic member Value
Public propertyStatic member ValueLabel
Public propertyStatic member Visibility

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.

See Also

Reference

Microsoft.VisualStudio.GraphModel Namespace