다음을 통해 공유


IVCBuildPropertyStorage.SetPropertyValue 메서드

네임스페이스:  Microsoft.VisualStudio.VCProjectEngine
어셈블리:  Microsoft.VisualStudio.VCProjectEngine(Microsoft.VisualStudio.VCProjectEngine.dll)

구문

‘선언
Sub SetPropertyValue ( _
    pszPropName As String, _
    pszConfigName As String, _
    storage As String, _
    pszPropValue As String _
)
void SetPropertyValue(
    string pszPropName,
    string pszConfigName,
    string storage,
    string pszPropValue
)
void SetPropertyValue(
    [InAttribute] String^ pszPropName, 
    [InAttribute] String^ pszConfigName, 
    [InAttribute] String^ storage, 
    [InAttribute] String^ pszPropValue
)
abstract SetPropertyValue : 
        pszPropName:string * 
        pszConfigName:string * 
        storage:string * 
        pszPropValue:string -> unit
function SetPropertyValue(
    pszPropName : String, 
    pszConfigName : String, 
    storage : String, 
    pszPropValue : String
)

매개 변수

  • pszPropName
    형식: String
  • pszConfigName
    형식: String
  • storage
    형식: String
  • pszPropValue
    형식: String

.NET Framework 보안

참고 항목

참조

IVCBuildPropertyStorage 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스