IVCRulePropertyStorage.SetPropertyValue 方法

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

語法

'宣告
Sub SetPropertyValue ( _
    bstrPropertyName As String, _
    bstrUnevaluatedPropertyValue As String _
)
void SetPropertyValue(
    string bstrPropertyName,
    string bstrUnevaluatedPropertyValue
)
void SetPropertyValue(
    [InAttribute] String^ bstrPropertyName, 
    [InAttribute] String^ bstrUnevaluatedPropertyValue
)
abstract SetPropertyValue : 
        bstrPropertyName:string * 
        bstrUnevaluatedPropertyValue:string -> unit 
function SetPropertyValue(
    bstrPropertyName : String, 
    bstrUnevaluatedPropertyValue : String
)

參數

.NET Framework 安全性

請參閱

參考

IVCRulePropertyStorage 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間