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 })]
[System.Runtime.CompilerServices.NullableContext(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 })>]
[<System.Runtime.CompilerServices.NullableContext(1)>]
type FormObjectCollection = class
    inherit Collection<FormObject>
Public Class FormObjectCollection
Inherits Collection(Of FormObject)
Inheritance
FormObjectCollection
Attributes

Constructors

FormObjectCollection()

Properties

Item[String]

Gets the FormObject from the key.

Applies to