C# Class Microsoft.ManagementConsole.PropertyPageCollection

Inheritance: BaseCollection
显示文件 Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method Description
Add ( PropertyPage propertyPage ) : int
Contains ( PropertyPage propertyPage ) : bool
CopyTo ( PropertyPage array, int index ) : void
IndexOf ( PropertyPage propertyPage ) : int
Insert ( int index, PropertyPage propertyPage ) : void
PropertyPageCollection ( ) : Microsoft.ManagementConsole.Internal
Remove ( PropertyPage propertyPage ) : void
this ( int index ) : PropertyPage

Private Methods

Method Description
ToPropertyPageInfoArray ( ) : Microsoft.ManagementConsole.Internal.PropertyPageInfo[]
ValidatePropertyPage ( PropertyPage propertyPage ) : void

Method Details

Add() public method

public Add ( PropertyPage propertyPage ) : int
propertyPage PropertyPage
return int

Contains() public method

public Contains ( PropertyPage propertyPage ) : bool
propertyPage PropertyPage
return bool

CopyTo() public method

public CopyTo ( PropertyPage array, int index ) : void
array PropertyPage
index int
return void

IndexOf() public method

public IndexOf ( PropertyPage propertyPage ) : int
propertyPage PropertyPage
return int

Insert() public method

public Insert ( int index, PropertyPage propertyPage ) : void
index int
propertyPage PropertyPage
return void

PropertyPageCollection() public method

public PropertyPageCollection ( ) : Microsoft.ManagementConsole.Internal
return Microsoft.ManagementConsole.Internal

Remove() public method

public Remove ( PropertyPage propertyPage ) : void
propertyPage PropertyPage
return void

this() public method

public this ( int index ) : PropertyPage
index int
return PropertyPage