Freigeben über


IDatabaseNode.GetItemAttribute-Methode

Gibt die Metadaten für dieses Element in der Projektdatei zurück. Dieser Aufruf ist lediglich eine Vereinfachung für GetItemAttribute.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Int32
HRESULT

Hinweise

Löst eine Ausnahme aus, wenn attributeName NULL ist oder String.Empty.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDatabaseNode Schnittstelle

Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace