Partager via


IDatabaseNode.SetItemAttribute, méthode

Définit les métadonnées pour cet élément dans le fichier projet. Cet appel est juste une commodité pour SetItemAttribute.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IDatabaseNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms