ISEMenuItemCollection Class
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.
Collection of menu item.
public ref class ISEMenuItemCollection : Microsoft::PowerShell::Host::ISE::UICollection<Microsoft::PowerShell::Host::ISE::ISEMenuItem ^>
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ISEMenuItemCollection : Microsoft::PowerShell::Host::ISE::UICollection<Microsoft::PowerShell::Host::ISE::ISEMenuItem ^>
[Windows::Foundation::Metadata::WebHostHidden]
class ISEMenuItemCollection : Microsoft::PowerShell::Host::ISE::UICollection<Microsoft::PowerShell::Host::ISE::ISEMenuItem>
public class ISEMenuItemCollection : Microsoft.PowerShell.Host.ISE.UICollection<Microsoft.PowerShell.Host.ISE.ISEMenuItem>
type ISEMenuItemCollection = class
inherit UICollection<ISEMenuItem>
Public Class ISEMenuItemCollection
Inherits UICollection(Of ISEMenuItem)
- Inheritance
Count |
Gets the number of elements contained in the collection. (Inherited from UICollection<T>) |
Is |
Gets a value indicating whether the collection is read-only. (Inherited from UICollection<T>) |
Item[Int32] |
Gets or sets the element at the specified index. (Inherited from UICollection<T>) |
Add(String, Script |
Adds a new ISEMenuItem to the collection returning the item just added. |
Add(T) |
Adds an item to the collection. (Inherited from UICollection<T>) |
Clear() |
Removes all items from the collection. (Inherited from UICollection<T>) |
Contains(T) |
Determines whether the collection contains a specific value. (Inherited from UICollection<T>) |
Copy |
Copies the elements of the collection to an Array, starting at a particular Array index. (Inherited from UICollection<T>) |
Get |
Returns an enumerator that iterates through the collection. (Inherited from UICollection<T>) |
Index |
Determines the index of a specific item in the collection. (Inherited from UICollection<T>) |
Insert(Int32, T) |
Inserts an item to the collection at the specified index. (Inherited from UICollection<T>) |
Remove(T) |
Removes the first occurrence of a specific object from the collection. (Inherited from UICollection<T>) |
Remove |
Removes the collection item at the specified index. (Inherited from UICollection<T>) |
Collection |
Occurs when the collection changes. (Inherited from UICollection<T>) |
IEnumerable. |
Returns an enumerator that iterates through the collection. (Inherited from UICollection<T>) |
Táirge | Leaganacha |
---|---|
Windows PowerShell | 5.1.0.0 |