共用方式為


IDatabaseProjectNode.GetProjectProperty 方法 (String, Boolean, DatabaseProjectPropertyValueType)

傳回專案屬性的值。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Function GetProjectProperty ( _
    propertyName As String, _
    resetCache As Boolean, _
    evaluation As DatabaseProjectPropertyValueType _
) As String
string GetProjectProperty(
    string propertyName,
    bool resetCache,
    DatabaseProjectPropertyValueType evaluation
)
String^ GetProjectProperty(
    String^ propertyName, 
    bool resetCache, 
    DatabaseProjectPropertyValueType evaluation
)
abstract GetProjectProperty : 
        propertyName:string * 
        resetCache:bool * 
        evaluation:DatabaseProjectPropertyValueType -> string 
function GetProjectProperty(
    propertyName : String, 
    resetCache : boolean, 
    evaluation : DatabaseProjectPropertyValueType
) : String

參數

  • resetCache
    型別:System.Boolean
    true 表示要重新處理 MSBuild 屬性快取。

傳回值

型別:System.String
專案屬性的目前值。

.NET Framework 安全性

請參閱

參考

IDatabaseProjectNode 介面

GetProjectProperty 多載

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間