GraphMetadata Constructor (String^, String^, String^, GraphMetadataOptions)

 

Construct a new GraphPropertyMetadata object.

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

public:
GraphMetadata(
	String^ label,
	String^ description,
	String^ group,
	GraphMetadataOptions options
)

Parameters

label
Type: System::String^

Localized label

description
Type: System::String^

Localized description

group
Type: System::String^

Localized category for grouping in a property grid window

options
Type: Microsoft.VisualStudio.GraphModel::GraphMetadataOptions

Flags for this GraphProperty

Return to top
Show: