GraphSchema.IsDocumentSchema, propriété
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Property IsDocumentSchema As Boolean
Get
Private Set
public bool IsDocumentSchema { get; private set; }
public:
property bool IsDocumentSchema {
bool get ();
private: void set (bool value);
}
member IsDocumentSchema : bool with get, private set
function get IsDocumentSchema () : boolean
private function set IsDocumentSchema (value : boolean)
Valeur de propriété
Type : System.Boolean
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.