Freigeben über


GraphSchema-Konstruktor (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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphSchema Klasse

GraphSchema-Überladung

Microsoft.VisualStudio.GraphModel-Namespace