ModelBus::ErrorCallback Property

 

Delegate supplied by the host. Used to log errors.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

public:
property Action<ErrorCategory, String^>^ ErrorCallback {
	Action<ErrorCategory, String^>^ get();
	void set(Action<ErrorCategory, String^>^ value);
}

Property Value

Type: System::Action<ErrorCategoryString^>^

               

Return to top
Show: