GraphMetadata Constructor (Object, GraphMetadataOptions)
Construct a new GraphPropertyMetadata object.
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
)
Parameters
defaultValue
Type: ObjectThe default value for this property
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.