Freigeben über


IDatabaseNode.SetItemAttribute-Methode

Legt die Metadaten für dieses Element in der Projektdatei fest. Dieser Aufruf ist lediglich eine Vereinfachung für 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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IDatabaseNode Schnittstelle

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