Partager via


ISimplePropertyContainer.Evaluate, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Sub Evaluate ( _
    inVal As String, _
    <OutAttribute> ByRef pOutVal As String _
)
void Evaluate(
    string inVal,
    out string pOutVal
)
void Evaluate(
    [InAttribute] String^ inVal, 
    [OutAttribute] String^% pOutVal
)
abstract Evaluate : 
        inVal:string * 
        pOutVal:string byref -> unit 
function Evaluate(
    inVal : String, 
    pOutVal : String
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ISimplePropertyContainer Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms