Share via


IDatabaseNode.SetItemAttribute Method

Sets the metadata for this item in the project file. This call is just a convenience to SetItemAttribute.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

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