Share via


CodeNodeProperties Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.GraphModel.Schemas.CodeNodeProperties

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

Syntax

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

The CodeNodeProperties type exposes the following members.

Properties

  Name Description
Public propertyStatic member IdentifierSourceLocation The file, line, and column location of the code element's identifier.
Public propertyStatic member IsCompilerGenerated The node is compiler generated.
Public propertyStatic member SourceLocation The file, line, and column location of the code element.

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