C# Класс Microsoft.ManagementConsole.PropertyPageCollection

Наследование: BaseCollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ToPropertyPageInfoArray ( ) : Microsoft.ManagementConsole.Internal.PropertyPageInfo[]
ValidatePropertyPage ( PropertyPage propertyPage ) : void

Описание методов

Add() публичный Метод

public Add ( PropertyPage propertyPage ) : int
propertyPage PropertyPage
Результат int

Contains() публичный Метод

public Contains ( PropertyPage propertyPage ) : bool
propertyPage PropertyPage
Результат bool

CopyTo() публичный Метод

public CopyTo ( PropertyPage array, int index ) : void
array PropertyPage
index int
Результат void

IndexOf() публичный Метод

public IndexOf ( PropertyPage propertyPage ) : int
propertyPage PropertyPage
Результат int

Insert() публичный Метод

public Insert ( int index, PropertyPage propertyPage ) : void
index int
propertyPage PropertyPage
Результат void

PropertyPageCollection() публичный Метод

public PropertyPageCollection ( ) : Microsoft.ManagementConsole.Internal
Результат Microsoft.ManagementConsole.Internal

Remove() публичный Метод

public Remove ( PropertyPage propertyPage ) : void
propertyPage PropertyPage
Результат void

this() публичный Метод

public this ( int index ) : PropertyPage
index int
Результат PropertyPage