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
- isDocumentSchema
Type : System.Boolean
- name
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.