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
- isDocumentSchema
Typ: System.Boolean
- name
Typ: System.String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.