C# Класс Microsoft.WindowsAzure.Management.Store.Model.PowerShellCustomConfirmation

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

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

Метод Описание
PowerShellCustomConfirmation ( ) : System.Collections.Generic

Parameterless constructor for mock framework

PowerShellCustomConfirmation ( System.Management.Automation.Host.PSHost host ) : System.Collections.Generic
ShouldProcess ( string caption, string message ) : bool

Asks user for confirming the given action.

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

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

Parameterless constructor for mock framework
public PowerShellCustomConfirmation ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public PowerShellCustomConfirmation ( System.Management.Automation.Host.PSHost host ) : System.Collections.Generic
host System.Management.Automation.Host.PSHost
Результат System.Collections.Generic

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

Asks user for confirming the given action.
public ShouldProcess ( string caption, string message ) : bool
caption string The confirmation caption
message string The confirmation message
Результат bool