Sdílet prostřednictvím


IDatabaseNode.SetItemAttribute – metoda

Nastaví metadat pro tuto položku v souboru projektu. Toto volání je stejně pohodlné na SetItemAttribute.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IDatabaseNode Rozhraní

Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů