Partager via


PrivateType.GetStaticProperty, méthode (String, array<Object[])

Obtient une propriété statique contenue dans le type encapsulé.

Espace de noms :  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly :  Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Déclaration
Public Function GetStaticProperty ( _
    name As String, _
    ParamArray args As Object() _
) As Object
public Object GetStaticProperty(
    string name,
    params Object[] args
)
public:
Object^ GetStaticProperty(
    String^ name, 
    ... array<Object^>^ args
)
member GetStaticProperty : 
        name:string * 
        args:Object[] -> Object
public function GetStaticProperty(
    name : String, 
    ... args : Object[]
) : Object

Paramètres

  • name
    Type : String

    Nom de la propriété statique.

  • args
    Type : array<Object[]

    Tableau qui contient les arguments à passer au membre à appeler.

Valeur de retour

Type : Object
Objet qui représente la valeur de la propriété statique.

Sécurité .NET Framework

Voir aussi

Référence

PrivateType Classe

GetStaticProperty, surcharge

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms