C# Класс Microsoft.Tools.WindowsInstaller.PowerShell.Commands.GetFeatureCommand

Наследование: System.Management.Automation.PSCmdlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
WriteFeature void

Защищенные методы

Метод Описание
ProcessRecord ( ) : void

Enumerates the selected features and write them to the pipeline.

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

Метод Описание
WriteFeature ( Microsoft.Deployment.WindowsInstaller.FeatureInstallation feature ) : void

Writes the feature to the pipeline.

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

ProcessRecord() защищенный Метод

Enumerates the selected features and write them to the pipeline.
protected ProcessRecord ( ) : void
Результат void