Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Property Schema As GraphSchema
public static GraphSchema Schema { get; private set; }
public:
static property GraphSchema^ Schema {
GraphSchema^ get ();
private: void set (GraphSchema^ value);
}
static member Schema : GraphSchema with get, private set
static function get Schema () : GraphSchema
private static function set Schema (value : GraphSchema)
Property Value
Type: Microsoft.VisualStudio.GraphModel.GraphSchema
.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.