IDatabaseNode.GetItemAttribute Method

Gets the metadata for this item in the project file.

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

Syntax

'Declaration
Function GetItemAttribute ( _
    attributeName As String, _
    <OutAttribute> ByRef attributeValue As String _
) As Integer
'Usage
Dim instance As IDatabaseNode
Dim attributeName As String
Dim attributeValue As String
Dim returnValue As Integer

returnValue = instance.GetItemAttribute(attributeName, _
    attributeValue)
int GetItemAttribute(
    string attributeName,
    out string attributeValue
)
int GetItemAttribute(
    String^ attributeName, 
    [OutAttribute] String^% attributeValue
)
function GetItemAttribute(
    attributeName : String, 
    attributeValue : String
) : int
abstract GetItemAttribute : 
        attributeName:string * 
        attributeValue:string -> int 

Parameters

  • attributeValue
    Type: System.String%
    The resulting attribute value

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

IDatabaseNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace