GraphSchema 构造函数 (String)

构造没有 owner 的新全局 GraphSchema 对象。 它们通常是静态实例。

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

语法

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

参数

  • name
    类型:String

    架构的编程名称

.NET Framework 安全性

请参阅

参考

GraphSchema 类

GraphSchema 重载

Microsoft.VisualStudio.GraphModel 命名空间