DgmlNodeProperties Class

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.GraphModel.Schemas.DgmlNodeProperties

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

Syntax

'Declaration
Public NotInheritable Class DgmlNodeProperties
public static class DgmlNodeProperties
public ref class DgmlNodeProperties abstract sealed
[<AbstractClass>]
[<Sealed>]
type DgmlNodeProperties =  class end
public final class DgmlNodeProperties

The DgmlNodeProperties type exposes the following members.

Properties

  Name Description
Public propertyStatic member Aggregator A metadata property that determines how a property is aggregated from multiple IGraphProviders.
Public propertyStatic member ContainsChildren Represents whether the code element contains any children.
Public propertyStatic member GetCategories This is a special property that is set on the IGraphContext RequestedProperties signifying to the provider that the caller wants the provider to add "GraphCategory" information to the input nodes.
Public propertyStatic member Icon

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.Schemas Namespace