GraphMetadata Constructor (String, String, String, GraphMetadataOptions)
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: System.String
- description
Type: System.String
- group
Type: System.String
- options
Type: Microsoft.VisualStudio.GraphModel.GraphMetadataOptions
.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.