Udostępnij za pośrednictwem


Konstruktor EncryptionInformation — (String, Boolean)

 

Inicjuje nowe wystąpienie EncryptionInformation klasy.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

public EncryptionInformation(
    string value,
    bool encode
)
public:
EncryptionInformation(
    String^ value,
    bool encode
)
new : 
        value:string *
        encode:bool -> EncryptionInformation
Public Sub New (
    value As String,
    encode As Boolean
)

Parametry

  • value
    Wartość akcji skojarzonej.
  • encode
    trueAby zakodować wartość.

Zobacz też

EncryptionInformation Przeciążenie
Klasa EncryptionInformation
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku