Delen via


GraphSchema Constructor (Boolean, String)

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

GraphSchema Class

GraphSchema Overload

Microsoft.VisualStudio.GraphModel Namespace