DictClass.Makeobject(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.
Creates an object.
public:
virtual Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ Makeobject(cli::array <System::Object ^> ^ varArgs);
[Microsoft.Dynamics.Ax.Xpp.VarArgs]
public virtual Microsoft.Dynamics.Ax.Xpp.XppObjectBase Makeobject (object[] varArgs);
[<Microsoft.Dynamics.Ax.Xpp.VarArgs>]
abstract member Makeobject : obj[] -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
override this.Makeobject : obj[] -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
Public Overridable Function Makeobject (varArgs As Object()) As XppObjectBase
Parameters
- varArgs
- Object[]
Returns
An instance of the Object class.
- Attributes
Remarks
You can pass an instance of the Object class to the DictClass::callObject method.