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 命名空间