共用方式為


GraphSchema 建構函式 (String)

建構函式沒有擁有者的新的全域 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
)

參數

.NET Framework 安全性

請參閱

參考

GraphSchema 類別

GraphSchema 多載

Microsoft.VisualStudio.GraphModel 命名空間