Compartir a través de


Print Method

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicSharedSubPrint ( _
    graphBuilderAsIGraphBuilder, _
    writerAsTextWriter, _
    indentAsInteger, _
    maxDepthAsInteger, _
    graphAsObject, _
    prefixAsString _
)
'Usage
DimgraphBuilderAsIGraphBuilderDimwriterAsTextWriterDimindentAsIntegerDimmaxDepthAsIntegerDimgraphAsObjectDimprefixAsStringGraphUtilities.Print(graphBuilder, writer, _
    indent, maxDepth, graph, prefix)
publicstaticvoidPrint(
    IGraphBuildergraphBuilder,
    TextWriterwriter,
    intindent,
    intmaxDepth,
    Objectgraph,
    stringprefix
)
public:
staticvoidPrint(
    IGraphBuilder^ graphBuilder, 
    TextWriter^ writer, 
    intindent, 
    intmaxDepth, 
    Object^ graph, 
    String^ prefix
)
publicstaticfunctionPrint(
    graphBuilder : IGraphBuilder, 
    writer : TextWriter, 
    indent : int, 
    maxDepth : int, 
    graph : Object, 
    prefix : String
)

Parameters

.NET Framework Security

See Also

Reference

GraphUtilities Class

GraphUtilities Members

System.Dataflow Namespace