Share via


GraphMetadata Constructor (String, String, String, GraphMetadataOptions)

Construct a new GraphPropertyMetadata object.

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

Syntax

'Declaration
Public Sub New ( _
    label As String, _
    description As String, _
    group As String, _
    options As GraphMetadataOptions _
)
public GraphMetadata(
    string label,
    string description,
    string group,
    GraphMetadataOptions options
)
public:
GraphMetadata(
    String^ label, 
    String^ description, 
    String^ group, 
    GraphMetadataOptions options
)
new : 
        label:string * 
        description:string * 
        group:string * 
        options:GraphMetadataOptions -> GraphMetadata
public function GraphMetadata(
    label : String, 
    description : String, 
    group : String, 
    options : GraphMetadataOptions
)

Parameters

  • label
    Type: String

    Localized label

  • description
    Type: String

    Localized description

  • group
    Type: String

    Localized category for grouping in a property grid window

.NET Framework Security

See Also

Reference

GraphMetadata Class

GraphMetadata Overload

Microsoft.VisualStudio.GraphModel Namespace