IGraphContext Methods

 

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

NameDescription
System_CAPS_pubmethodGetValue<T>(String^)

Retrieves a value that the caller has passed in.

System_CAPS_pubmethodHasValue(String^)

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

System_CAPS_pubmethodOnCompleted()

Called to raise the Completed event when the IGraphContext is finished being processed.

System_CAPS_pubmethodReportError(Exception^)

Called by the provider to report exceptions and errors.

System_CAPS_pubmethodReportProgress(Int32, Int32, String^)

Called by the providers to report progress.

System_CAPS_pubmethodSetValue<T>(String^, T)

Adds a new value to the context's property bag.

This can be used to pass extra information to providers.

Return to top
Show: