Context.RunChildCompensation(Segment, Int32, Boolean, Object[]) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
virtual bool RunChildCompensation(Microsoft::XLANGs::Core::Segment ^ s, int index, bool hasOutArgs, cli::array <System::Object ^> ^ args);
public virtual bool RunChildCompensation (Microsoft.XLANGs.Core.Segment s, int index, bool hasOutArgs, object[] args);
abstract member RunChildCompensation : Microsoft.XLANGs.Core.Segment * int * bool * obj[] -> bool
override this.RunChildCompensation : Microsoft.XLANGs.Core.Segment * int * bool * obj[] -> bool
Public Overridable Function RunChildCompensation (s As Segment, index As Integer, hasOutArgs As Boolean, args As Object()) As Boolean
Parametri
- s
- Segment
- index
- Int32
- hasOutArgs
- Boolean
- args
- Object[]