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
- isDocumentSchema
Typ: System.Boolean
- name
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.