Method | Description | |
---|---|---|
Add ( |
||
Contains ( |
||
CopyTo ( |
||
IndexOf ( |
||
Insert ( int index, |
||
PropertyPageCollection ( ) : Microsoft.ManagementConsole.Internal | ||
Remove ( |
||
this ( int index ) : |
Method | Description | |
---|---|---|
ToPropertyPageInfoArray ( ) : Microsoft.ManagementConsole.Internal.PropertyPageInfo[] | ||
ValidatePropertyPage ( |
public Add ( |
||
propertyPage | ||
return | int |
public Contains ( |
||
propertyPage | ||
return | bool |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public IndexOf ( |
||
propertyPage | ||
return | int |
public Insert ( int index, |
||
index | int | |
propertyPage | ||
return | void |
public PropertyPageCollection ( ) : Microsoft.ManagementConsole.Internal | ||
return | Microsoft.ManagementConsole.Internal |
public Remove ( |
||
propertyPage | ||
return | void |