Share via


GraphPropertyCollection.AddNewProperty Method (String, Type, Graph)

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

Syntax

'Declaration
Public Function AddNewProperty ( _
    id As String, _
    dataType As Type, _
    metadataGraph As Graph _
) As GraphProperty
public GraphProperty AddNewProperty(
    string id,
    Type dataType,
    Graph metadataGraph
)
public:
GraphProperty^ AddNewProperty(
    String^ id, 
    Type^ dataType, 
    Graph^ metadataGraph
)
member AddNewProperty : 
        id:string * 
        dataType:Type * 
        metadataGraph:Graph -> GraphProperty 
public function AddNewProperty(
    id : String, 
    dataType : Type, 
    metadataGraph : Graph
) : GraphProperty

Parameters

Return Value

Type: Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework Security

See Also

Reference

GraphPropertyCollection Class

AddNewProperty Overload

Microsoft.VisualStudio.GraphModel Namespace