Condividi tramite


Metodo PrivateObject.SetProperty (String, array<Type[], Object, array<Object )

imposta una proprietà indicizzata per un oggetto di cui è stato eseguito il wrapping identificato per nome.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintassi

'Dichiarazione
Public Sub SetProperty ( _
    name As String, _
    parameterTypes As Type(), _
    value As Object, _
    args As Object() _
)
public void SetProperty(
    string name,
    Type[] parameterTypes,
    Object value,
    Object[] args
)
public:
void SetProperty(
    String^ name, 
    array<Type^>^ parameterTypes, 
    Object^ value, 
    array<Object^>^ args
)
member SetProperty : 
        name:string * 
        parameterTypes:Type[] * 
        value:Object * 
        args:Object[] -> unit 
public function SetProperty(
    name : String, 
    parameterTypes : Type[], 
    value : Object, 
    args : Object[]
)

Parametri

  • name
    Tipo: System.String
    Il nome della proprietà da richiamare.
  • parameterTypes
    Tipo: array<System.Type[]
    una matrice di Type oggetti che rappresenta il numero, l'ordine e il tipo dei parametri della proprietà indicizzata ottenga.
  • value
    Tipo: System.Object
    Il valore per impostare la proprietà identificata da name.
  • args
    Tipo: array<System.Object[]
    Una matrice contenente gli argomenti da passare alla proprietà a invoke.

Eccezioni

Eccezione Condizione
ArgumentException

name viene nullriferimento null (Nothing in Visual Basic) o essere vuoto.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PrivateObject Classe

Overload SetProperty

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting