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 | |
---|---|---|
IdentifierSourceLocation | The file, line, and column location of the code element's identifier. | |
IsCompilerGenerated | The node is compiler generated. | |
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.