Partager via


IDatabaseNode.SetProperty, méthode

Définit une propriété Visual Studio Integration Partner (VSIP), telle que VSHPROPID_IsNonMemberItem.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Function SetProperty ( _
    propId As Integer, _
    value As Object _
) As Integer
int SetProperty(
    int propId,
    Object value
)
int SetProperty(
    int propId, 
    Object^ value
)
abstract SetProperty : 
        propId:int * 
        value:Object -> int 
function SetProperty(
    propId : int, 
    value : Object
) : int

Paramètres

  • value
    Type : System.Object
    La valeur avec laquelle la propriété doit être définie.

Valeur de retour

Type : System.Int32
HRESULT

Sécurité .NET Framework

Voir aussi

Référence

IDatabaseNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms