GraphPathSerializationDictionary::LookupName Method (String^)

 

Find the name of the path with the specified value

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

public:
String^ LookupName(
	String^ value
)

Parameters

value
Type: System::String^

The value to find (case insensitive)

Return Value

Type: System::String^

The name of the path or null if it is not found

Return to top
Show: