共用方式為


IDatabaseNode.SetItemAttribute 方法

設定專案檔中這個項目的中繼資料。 此呼叫只是為了要方便執行 SetItemAttribute

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

語法

'宣告
Sub SetItemAttribute ( _
    attributeName As String, _
    attributeValue As String _
)
void SetItemAttribute(
    string attributeName,
    string attributeValue
)
void SetItemAttribute(
    String^ attributeName, 
    String^ attributeValue
)
abstract SetItemAttribute : 
        attributeName:string * 
        attributeValue:string -> unit 
function SetItemAttribute(
    attributeName : String, 
    attributeValue : String
)

參數

.NET Framework 安全性

請參閱

參考

IDatabaseNode 介面

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