Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.StringLocalized label
description
Type: System.StringLocalized description
group
Type: System.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.