Partager via


VCDesignElement.IsSelf, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.VisualStudio.VCCodeModel
Assembly :  Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)

Syntaxe

'Déclaration
Function IsSelf ( _
    pOther As Object _
) As Boolean
bool IsSelf(
    Object pOther
)
bool IsSelf(
    [InAttribute] Object^ pOther
)
abstract IsSelf : 
        pOther:Object -> bool
function IsSelf(
    pOther : Object
) : boolean

Paramètres

  • pOther
    Type : Object

    Objet utilisé pour la comparaison.

Valeur de retour

Type : Boolean
true si cet élément de conception et le paramètre pOther sont identiques ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCDesignElement Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms