IVsDataObjectService.GetParameters(String) 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.
Returns the parameters of the specified method.
public:
cli::array <System::Object ^> ^ GetParameters(System::String ^ method);
public object[] GetParameters (string method);
abstract member GetParameters : string -> obj[]
Public Function GetParameters (method As String) As Object()
Parameters
- method
- String
The name of the method to get parameters for.
Returns
Object[]
An array containing the parameters of the specified method.
Exceptions
The method
parameter is null.