GraphContextDirection 枚举

可能的 GraphContext 搜索方向的枚举。

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

语法

声明
Public Enumeration GraphContextDirection
public enum GraphContextDirection
public enum class GraphContextDirection
type GraphContextDirection
public enum GraphContextDirection

成员

成员名称 说明
Any 沿任意方向的搜索。

ContainedBy 在包容链接源的搜索。

Contains 在包容链接目标的搜索。

Custom 执行自定义操作。

Self 不要沿链接搜索。 请对输入节点。

Source 在链接源的搜索。

Target 在链接目标的搜索。

请参阅

参考

Microsoft.VisualStudio.GraphModel 命名空间