CodeGraphNodeIdMemberBuilder Class

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.CodeGraphNodeIdGenericBuilder
    Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.CodeGraphNodeIdMemberBuilder

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

Syntax

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

The CodeGraphNodeIdMemberBuilder type exposes the following members.

Constructors

  Name Description
Public method CodeGraphNodeIdMemberBuilder(CodeGraphNodeIdBuilder)
Public method CodeGraphNodeIdMemberBuilder(CodeGraphNodeIdBuilder, CodeGraphNodeIdMemberBuilder)
Public method CodeGraphNodeIdMemberBuilder(CodeGraphNodeIdBuilder, GraphNodeId)
Public method CodeGraphNodeIdMemberBuilder(CodeGraphNodeIdBuilder, String)

Top

Properties

  Name Description
Public property ExplicitInterface
Public property GenericArguments (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property GenericParameterCount (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property HasExplicitInterface
Public property HasGenericArguments (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property HasGenericParameters (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property HasIsCompilerGenerated (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property HasName (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property HasOverloadingParameterTypes
Public property IsCompilerGenerated (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property Name (Inherited from CodeGraphNodeIdGenericBuilder.)
Public property OverloadingParameterTypes
Public property TransientParameterLabels (Inherited from CodeGraphNodeIdGenericBuilder.)

Top

Methods

  Name Description
Public method Clear (Overrides CodeGraphNodeIdGenericBuilder.Clear().)
Public method ConvertAllUris (Overrides CodeGraphNodeIdGenericBuilder.ConvertAllUris(CodeGraphNodeIdUriConvert).)
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