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

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

Private Properties

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

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

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

Ges the path to Orca if installed; otherwise, displays a warning.

ProcessItem ( System.Management.Automation.PSObject item ) : void

Attempts to open the item in Orca, if installed; otherwise, tries to invoke the "edit" verb on the package.

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

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

Ges the path to Orca if installed; otherwise, displays a warning.
protected BeginProcessing ( ) : void
Результат void

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

Attempts to open the item in Orca, if installed; otherwise, tries to invoke the "edit" verb on the package.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject The representing a package to open.
Результат void