Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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
Public Property ErrorCallback As Action(Of ErrorCategory, String)
Property Value
Type: System.Action<ErrorCategory, String>
See Also
ModelBus Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top