IVCRulePropertyStorage.GetEvaluatedPropertyValue Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function GetEvaluatedPropertyValue ( _
bstrPropertyName As String _
) As String
string GetEvaluatedPropertyValue(
string bstrPropertyName
)
String^ GetEvaluatedPropertyValue(
[InAttribute] String^ bstrPropertyName
)
abstract GetEvaluatedPropertyValue :
bstrPropertyName:string -> string
function GetEvaluatedPropertyValue(
bstrPropertyName : String
) : String
Parameters
- bstrPropertyName
Type: System.String
Return Value
Type: System.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.