FrontEndCommandBase.WriteObjectCall(Object) Method

Definition

Callback for the implementation to write objects.

protected:
 virtual void WriteObjectCall(System::Object ^ value);
protected:
 virtual void WriteObjectCall(Platform::Object ^ value);
 virtual void WriteObjectCall(winrt::Windows::Foundation::IInspectable const & value);
protected virtual void WriteObjectCall (object value);
abstract member WriteObjectCall : obj -> unit
override this.WriteObjectCall : obj -> unit
Protected Overridable Sub WriteObjectCall (value As Object)

Parameters

value
Object

Object to be written.

Applies to