Sdílet prostřednictvím


GraphSchema – konstruktor (Boolean, String)

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GraphSchema Třída

GraphSchema – přetížení

Microsoft.VisualStudio.GraphModel – obor názvů