CodeGraphNodeIdBuilder Constructor (GraphNodeId, Graph)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
'Declaration
Public Sub New ( _
id As GraphNodeId, _
graphForMetadata As Graph _
)
public CodeGraphNodeIdBuilder(
GraphNodeId id,
Graph graphForMetadata
)
public:
CodeGraphNodeIdBuilder(
GraphNodeId^ id,
Graph^ graphForMetadata
)
new :
id:GraphNodeId *
graphForMetadata:Graph -> CodeGraphNodeIdBuilder
public function CodeGraphNodeIdBuilder(
id : GraphNodeId,
graphForMetadata : Graph
)
Parameters
- graphForMetadata
Type: Microsoft.VisualStudio.GraphModel.Graph
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CodeGraphNodeIdBuilder Overload
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace