IAdmCustomCommandParameter
The IAdmCustomCommandParameter interface represents a custom command parameter.
Inheritance: IAdmParameter
To create an instance of a custom command parameter, use the IAdmCustomCommand::CreateParameter method.
Methods
-
Method
-
Description
-
ResolveValueReferences()
-
Returns a copy of the given custom command parameter with value references replaced with values of corresponding properties of the given object.
Details
ResolveValueReferences()
Returns a copy of the given custom command parameter with value references replaced with values of corresponding properties of the given object.
IAdmCustomCommandParameter ResolveValueReferences(IAdmTop targetObject, out string[] warnings)
Parameters
- targetObject - Specifies the object whose properties will be used to replace value references.
- warnings - An output (OUT) parameter that returns an array of warnings issued while resolving value references.
Requirements
Minimum required version: 2018.2