Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property ErrorCallback As Action(Of ErrorCategory, String)
public Action<ErrorCategory, string> ErrorCallback { get; set; }
public:
property Action<ErrorCategory, String^>^ ErrorCallback {
Action<ErrorCategory, String^>^ get ();
void set (Action<ErrorCategory, String^>^ value);
}
member ErrorCallback : Action<ErrorCategory, string> with get, set
function get ErrorCallback () : Action<ErrorCategory, String>
function set ErrorCallback (value : Action<ErrorCategory, String>)
Property Value
Type: System.Action<ErrorCategory, String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.