FrontEndCommandBase.WriteObjectCall(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.