IVCRulePropertyStorage.SetPropertyValue – metoda
Obor názvů: Microsoft.VisualStudio.VCProjectEngine
Sestavení: Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Deklarace
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
)
Parametry
- bstrPropertyName
Typ: System.String
- bstrUnevaluatedPropertyValue
Typ: System.String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.