ViewDescriptionCollection.Insert Method (Int32, ViewDescription)
Inserts a ViewDescription object into the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Insert(
int index,
ViewDescription item
)
public:
void Insert(
int index,
ViewDescription^ item
)
member Insert :
index:int *
item:ViewDescription -> unit
Public Sub Insert (
index As Integer,
item As ViewDescription
)
Parameters
index
Type: System.Int32The zero-based index that specifies where to insert the view description.
item
Type: Microsoft.ManagementConsole.ViewDescriptionThe view description to be inserted.
See Also
ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace
Return to top