IVCRulePropertyStorage.GetEvaluatedPropertyValue 方法

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.String

.NET Framework 安全性

請參閱

參考

IVCRulePropertyStorage 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間