Partager via


GraphSchema, constructeur (Boolean, String)

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

GraphSchema Classe

GraphSchema, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms