FormObjectCollection Class

Definition

FormObjectCollection used in HtmlWebResponseObject.

public ref class FormObjectCollection : System::Collections::ObjectModel::Collection<Microsoft::PowerShell::Commands::FormObject ^>
public class FormObjectCollection : System.Collections.ObjectModel.Collection<Microsoft.PowerShell.Commands.FormObject>
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class FormObjectCollection : System.Collections.ObjectModel.Collection<Microsoft.PowerShell.Commands.FormObject>
type FormObjectCollection = class
    inherit Collection<FormObject>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type FormObjectCollection = class
    inherit Collection<FormObject>
Public Class FormObjectCollection
Inherits Collection(Of FormObject)
Inheritance
FormObjectCollection
Attributes

Constructors

Name Description
FormObjectCollection()

Properties

Name Description
Item[String]

Gets the FormObject from the key.

Applies to