IGraphContext::HasValue Method (String^)

 

Find out if the caller has passed in a value with the given name.

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

bool HasValue(
	String^ name
)

Parameters

name
Type: System::String^

The key for the value.

Return Value

Type: System::Boolean

Returns true if the context contains a value for the given key.

Return to top
Show: