GraphMetadataContainer.GetMetadata(Graph) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the graph specific metadata that describes this object.
public:
Microsoft::VisualStudio::GraphModel::GraphMetadata ^ GetMetadata(Microsoft::VisualStudio::GraphModel::Graph ^ owner);
public Microsoft.VisualStudio.GraphModel.GraphMetadata GetMetadata (Microsoft.VisualStudio.GraphModel.Graph owner);
member this.GetMetadata : Microsoft.VisualStudio.GraphModel.Graph -> Microsoft.VisualStudio.GraphModel.GraphMetadata
Public Function GetMetadata (owner As Graph) As GraphMetadata
Parameters
- owner
- Graph
The Graph from which to retrieve the metadata.