GraphCategory.GetGraphMetadata Method (Graph)
Extra information about this category
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function GetGraphMetadata ( _
schema As Graph _
) As GraphMetadata
public GraphMetadata GetGraphMetadata(
Graph schema
)
public:
GraphMetadata^ GetGraphMetadata(
Graph^ schema
)
member GetGraphMetadata :
schema:Graph -> GraphMetadata
public function GetGraphMetadata(
schema : Graph
) : GraphMetadata
Parameters
- schema
Type: Microsoft.VisualStudio.GraphModel.Graph
The graph (or GraphSchema) from which to retrieve the metadata.
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphMetadata
.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.