Gets a
JsonSchema for the specified reference.
public virtual JsonSchema GetSchema(
System.string
)
public function GetSchema(
: System.String
): JsonSchema; virtual;
public function GetSchema(
: System.String
) : JsonSchema;
public: virtual JsonSchema* GetSchema(
System.string*
)
public:
virtual JsonSchema^ GetSchema(
System.String^
)
'Declaration
Public Overridable Function GetSchema( _
ByVal As System.String _
) As JsonSchema
'Usage
Dim instance As JsonSchemaResolver
Dim reference As System.String
Dim value As JsonSchema
value = instance.GetSchema(reference)
Parameters
- reference
- The id.
Return Value
A
JsonSchema for the specified reference.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2