IGraphContext.Direction 属性

遍历的方向从输入节点。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
ReadOnly Property Direction As GraphContextDirection
GraphContextDirection Direction { get; }
property GraphContextDirection Direction {
    GraphContextDirection get ();
}
abstract Direction : GraphContextDirection with get
function get Direction () : GraphContextDirection

属性值

类型:Microsoft.VisualStudio.GraphModel.GraphContextDirection

.NET Framework 安全性

请参阅

参考

IGraphContext 接口

Microsoft.VisualStudio.GraphModel 命名空间