Compartilhar via


ViewDescriptionCollection.Add Method (ViewDescription)

 

Adds a ViewDescription object to the end of the collection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public int Add(
    ViewDescription item
)
public:
int Add(
    ViewDescription^ item
)
member Add : 
        item:ViewDescription -> int
Public Function Add (
    item As ViewDescription
) As Integer

Parameters

Return Value

Type: System.Int32

The index at which the view description object has been added.

See Also

ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace

Return to top