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: ObjectDer Standardwert für diese Eigenschaft
options
Typ: Microsoft.VisualStudio.GraphModel.GraphMetadataOptionsFlags für diese GraphProperty
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.