CodeGraphNodeIdTypeBuilder Class

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

A builder for types

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.CodeGraphNodeIdGenericBuilder
    Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.CodeGraphNodeIdTypeBuilder

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

'Declaration
Public Class CodeGraphNodeIdTypeBuilder _
    Inherits CodeGraphNodeIdGenericBuilder
public class CodeGraphNodeIdTypeBuilder : CodeGraphNodeIdGenericBuilder
public ref class CodeGraphNodeIdTypeBuilder : public CodeGraphNodeIdGenericBuilder
type CodeGraphNodeIdTypeBuilder =  
    class 
        inherit CodeGraphNodeIdGenericBuilder 
    end
public class CodeGraphNodeIdTypeBuilder extends CodeGraphNodeIdGenericBuilder

The CodeGraphNodeIdTypeBuilder type exposes the following members.

Properties

  Name Description
Public property ArrayRank
Public property GenericArguments (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property GenericParameterCount (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property HasArrayRank
Public property HasGenericArguments (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property HasGenericParameters (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property HasIndirection
Public property HasIsCompilerGenerated (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property HasName (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property HasParentType
Public property Indirection
Public property IsCompilerGenerated (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property Name (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property ParentType
Public property TransientParameterLabels (Inherited from CodeGraphNodeIdGenericBuilder.)

Top

Methods

  Name Description
Public method Clear Clears this builder for re-use. (Overrides CodeGraphNodeIdGenericBuilder.Clear().)
Public method ConvertAllUris (Inherited from CodeGraphNodeIdGenericBuilder.)
Protected method CopyFrom(CodeGraphNodeIdGenericBuilder) (Overrides CodeGraphNodeIdGenericBuilder.CopyFrom(CodeGraphNodeIdGenericBuilder).)
Protected method CopyFrom(GraphNodeId) (Inherited from CodeGraphNodeIdGenericBuilder.)
Public method Equals(Object) (Inherited from CodeGraphNodeIdGenericBuilder.)
Public method Equals(CodeGraphNodeIdGenericBuilder, StringComparison) (Overrides CodeGraphNodeIdGenericBuilder.Equals(CodeGraphNodeIdGenericBuilder, StringComparison).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode (Overrides CodeGraphNodeIdGenericBuilder.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method InitializeField (Overrides CodeGraphNodeIdGenericBuilder.InitializeField(GraphNodeId).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Reinitialize(String) (Inherited from CodeGraphNodeIdGenericBuilder.)
Public method Reinitialize(CodeGraphNodeIdGenericBuilder) (Inherited from CodeGraphNodeIdGenericBuilder.)
Public method Reinitialize(GraphNodeId) (Inherited from CodeGraphNodeIdGenericBuilder.)
Public method ToGraphNodeId (Inherited from CodeGraphNodeIdGenericBuilder.)
Public method ToString (Inherited from CodeGraphNodeIdGenericBuilder.)

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.ArchitectureTools.Extensibility.CodeSchema Namespace