InputArgumentCollection Class
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.
Contains a collection of InputArgument objects.
public ref class InputArgumentCollection sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix", Justification="Consistent with SDK signature.")]
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class InputArgumentCollection : System.Runtime.Serialization.IExtensibleDataObject
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix", Justification="Consistent with SDK signature.")>]
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type InputArgumentCollection = class
interface IExtensibleDataObject
Public NotInheritable Class InputArgumentCollection
Implements IExtensibleDataObject
- Inheritance
-
InputArgumentCollection
- Attributes
- Implements
Constructors
InputArgumentCollection() |
Initializes a new instance of the InputArgumentCollection class. |
Properties
Arguments |
Gets or sets the InputArgument collection. |
Count |
Indicates the number of elements in the Arguments collection. |
ExtensionData |
Gets or sets the structure that contains extra data. |
Item[String] |
Gets or sets the element at the specified index in the collection. |
Methods
Add(String, Object) |
Adds an input argument object to the Arguments collection. |
ContainsKey(String) |
Checks if a key exists in the collection. |