IGraphContext Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | GetValue<T>(String^) | Retrieves a value that the caller has passed in. |
![]() | HasValue(String^) | Find out if the caller has passed in a value with the given name. |
![]() | OnCompleted() | Called to raise the Completed event when the IGraphContext is finished being processed. |
![]() | ReportError(Exception^) | Called by the provider to report exceptions and errors. |
![]() | ReportProgress(Int32, Int32, String^) | Called by the providers to report progress. |
![]() | SetValue<T>(String^, T) | Adds a new value to the context's property bag. This can be used to pass extra information to providers. |
Show:
