public ref class Graph : Microsoft::VisualStudio::GraphModel::GraphObject, System::Runtime::Serialization::ISerializable
[System.Serializable]
public class Graph : Microsoft.VisualStudio.GraphModel.GraphObject, System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type Graph = class
inherit GraphObject
interface ISerializable
Public Class Graph
Inherits GraphObject
Implements ISerializable
Graph
将 GraphObject 转换为接受 graphnode。 如果这是 GraphGroup,则返回内部节点。
对于除接受 graphnode/Group 以外的类型,将返回 null。
(继承自
GraphObject
)