GraphSchema 构造函数 (Graph, String)

构造新 GraphSchema 对象。

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

语法

声明
Public Sub New ( _
    owner As Graph, _
    name As String _
)
public GraphSchema(
    Graph owner,
    string name
)
public:
GraphSchema(
    Graph^ owner, 
    String^ name
)
new : 
        owner:Graph * 
        name:string -> GraphSchema
public function GraphSchema(
    owner : Graph, 
    name : String
)

参数

  • name
    类型:String

    架构的编程名称。

.NET Framework 安全性

请参阅

参考

GraphSchema 类

GraphSchema 重载

Microsoft.VisualStudio.GraphModel 命名空间