GraphMetadata Constructor (String^, String^, String^, GraphMetadataOptions)
Visual Studio 2015
Construct a new GraphPropertyMetadata object.
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
Show: