VCPlatform2.Evaluate Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function Evaluate ( _
In As String _
) As String
string Evaluate(
string In
)
String^ Evaluate(
[InAttribute] String^ In
)
abstract Evaluate :
In:string -> string
function Evaluate(
In : String
) : String
Parameters
- In
Type: String
Return Value
Type: String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.