IVCRulePropertyStorage.GetUnevaluatedPropertyValue Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Déclaration
Function GetUnevaluatedPropertyValue ( _
bstrPropertyName As String _
) As String
string GetUnevaluatedPropertyValue(
string bstrPropertyName
)
String^ GetUnevaluatedPropertyValue(
[InAttribute] String^ bstrPropertyName
)
abstract GetUnevaluatedPropertyValue :
bstrPropertyName:string -> string
function GetUnevaluatedPropertyValue(
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.