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
- isDocumentSchema
Type: System.Boolean
- name
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.