Share via


IDatabaseNode.SetItemAttribute Method

Sets 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
Sub SetItemAttribute ( _
    attributeName As String, _
    attributeValue As String _
)
'Usage
Dim instance As IDatabaseNode
Dim attributeName As String
Dim attributeValue As String

instance.SetItemAttribute(attributeName, _
    attributeValue)
void SetItemAttribute(
    string attributeName,
    string attributeValue
)
void SetItemAttribute(
    String^ attributeName, 
    String^ attributeValue
)
function SetItemAttribute(
    attributeName : String, 
    attributeValue : String
)
abstract SetItemAttribute : 
        attributeName:string * 
        attributeValue:string -> unit 

Parameters

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

IDatabaseNode Members

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