GraphMetadata Constructor (GraphMetadataOptions)
Construct a new GraphPropertyMetadata object.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub New ( _
options As GraphMetadataOptions _
)
public GraphMetadata(
GraphMetadataOptions options
)
public:
GraphMetadata(
GraphMetadataOptions options
)
new :
options:GraphMetadataOptions -> GraphMetadata
public function GraphMetadata(
options : GraphMetadataOptions
)
Parameters
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.