GraphNodeId.GetPartial Method
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Function GetPartial ( _
name As GraphNodeIdName, _
value As Object _
) As GraphNodeId
public static GraphNodeId GetPartial(
GraphNodeIdName name,
Object value
)
public:
static GraphNodeId^ GetPartial(
GraphNodeIdName^ name,
Object^ value
)
static member GetPartial :
name:GraphNodeIdName *
value:Object -> GraphNodeId
public static function GetPartial(
name : GraphNodeIdName,
value : Object
) : GraphNodeId
Parameters
- value
Type: System.Object
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
.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.