GraphMetadata Constructor (Object^, GraphMetadataOptions)

 

Construct a new GraphPropertyMetadata object.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
GraphMetadata(
	Object^ defaultValue,
	GraphMetadataOptions options
)

Parameters

defaultValue
Type: System::Object^

The default value for this property

options
Type: Microsoft.VisualStudio.GraphModel::GraphMetadataOptions

Flags for this GraphProperty

Return to top
Show: