IDatabaseNode.GetItemAttribute, méthode
Retourne les métadonnées pour cet élément dans le fichier projet. Cet appel est juste une commodité pour GetItemAttribute.
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
Function GetItemAttribute ( _
attributeName As String, _
<OutAttribute> ByRef attributeValue As String _
) As Integer
int GetItemAttribute(
string attributeName,
out string attributeValue
)
int GetItemAttribute(
String^ attributeName,
[OutAttribute] String^% attributeValue
)
abstract GetItemAttribute :
attributeName:string *
attributeValue:string byref -> int
function GetItemAttribute(
attributeName : String,
attributeValue : String
) : int
Paramètres
- attributeName
Type : System.String
Nom de l'attribut.
- attributeValue
Type : System.String%
Valeur de l'attribut
Valeur de retour
Type : System.Int32
HRESULT
Notes
Lève une exception si l'attributeName est Null ou String.Empty.
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