GraphSchema 构造函数 (Boolean, String)

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

语法

声明
Public Sub New ( _
    isDocumentSchema As Boolean, _
    name As String _
)
public GraphSchema(
    bool isDocumentSchema,
    string name
)
public:
GraphSchema(
    bool isDocumentSchema, 
    String^ name
)
new : 
        isDocumentSchema:bool * 
        name:string -> GraphSchema
public function GraphSchema(
    isDocumentSchema : boolean, 
    name : String
)

参数

.NET Framework 安全性

请参见

参考

GraphSchema 类

GraphSchema 重载

Microsoft.VisualStudio.GraphModel 命名空间