Service.ApplyTransform(Type, Object[], 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.
public:
void ApplyTransform(Type ^ mapRef, cli::array <System::Object ^> ^ outParams, cli::array <System::Object ^> ^ inParams);
public void ApplyTransform (Type mapRef, object[] outParams, object[] inParams);
member this.ApplyTransform : Type * obj[] * obj[] -> unit
Public Sub ApplyTransform (mapRef As Type, outParams As Object(), inParams As Object())
Parameters
- mapRef
- Type
- outParams
- Object[]
- inParams
- Object[]