Sdílet prostřednictvím


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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVCRulePropertyStorage Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů