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
- attributeName
Type : System.String
Nom de l'attribut.
- attributeValue
Type : System.String
Valeur de l'attribut
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms