FormObjectCollection 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.
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. |