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: StringLocalized label
description
Type: StringLocalized description
group
Type: StringLocalized category for grouping in a property grid window
options
Type: Microsoft.VisualStudio.GraphModel.GraphMetadataOptionsFlags for this GraphProperty
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.