다음을 통해 공유


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 보안

참고 항목

참조

IVCRulePropertyStorage 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스