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
)
參數
- attributeName
型別:System.String
屬性名稱。
- attributeValue
型別:System.String
屬性值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。