다음을 통해 공유


IVCBuildPropertyStorage.GetPropertyValue 메서드

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

구문

‘선언
Function GetPropertyValue ( _
    pszPropName As String, _
    pszConfigName As String, _
    storage As String _
) As String
string GetPropertyValue(
    string pszPropName,
    string pszConfigName,
    string storage
)
String^ GetPropertyValue(
    [InAttribute] String^ pszPropName, 
    [InAttribute] String^ pszConfigName, 
    [InAttribute] String^ storage
)
abstract GetPropertyValue : 
        pszPropName:string * 
        pszConfigName:string * 
        storage:string -> string
function GetPropertyValue(
    pszPropName : String, 
    pszConfigName : String, 
    storage : String
) : String

매개 변수

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

반환 값

형식: String

.NET Framework 보안

참고 항목

참조

IVCBuildPropertyStorage 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스