Freigeben über


GraphMetadata-Konstruktor (Object, GraphMetadataOptions)

Erstellen Sie ein neues GraphPropertyMetadata-Objekt.

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

Syntax

'Declaration
Public Sub New ( _
    defaultValue As Object, _
    options As GraphMetadataOptions _
)
public GraphMetadata(
    Object defaultValue,
    GraphMetadataOptions options
)
public:
GraphMetadata(
    Object^ defaultValue, 
    GraphMetadataOptions options
)
new : 
        defaultValue:Object * 
        options:GraphMetadataOptions -> GraphMetadata
public function GraphMetadata(
    defaultValue : Object, 
    options : GraphMetadataOptions
)

Parameter

  • defaultValue
    Typ: Object

    Der Standardwert für diese Eigenschaft

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphMetadata Klasse

GraphMetadata-Überladung

Microsoft.VisualStudio.GraphModel-Namespace