다음을 통해 공유


IVCBuildPropertyStorage.RemoveProperty 메서드

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

구문

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

매개 변수

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

.NET Framework 보안

참고 항목

참조

IVCBuildPropertyStorage 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스