ModelDataMethodResult(Object, OrderedDictionary) Constructor
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.
Initializes a new instance of the ModelDataMethodResult class.
public:
ModelDataMethodResult(System::Object ^ returnValue, System::Collections::Specialized::OrderedDictionary ^ outputParameters);
public ModelDataMethodResult (object returnValue, System.Collections.Specialized.OrderedDictionary outputParameters);
new System.Web.UI.WebControls.ModelDataMethodResult : obj * System.Collections.Specialized.OrderedDictionary -> System.Web.UI.WebControls.ModelDataMethodResult
Public Sub New (returnValue As Object, outputParameters As OrderedDictionary)
Parameters
- returnValue
- Object
The return value of the data method.
- outputParameters
- OrderedDictionary
A dictionary that contains the values of out
and ref
parameters.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.