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
)
參數
- bstrPropertyName
類型:String
- bstrUnevaluatedPropertyValue
類型:String
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。