Freigeben über


VCCodeUsingAlias.IsSelf Method

Determines if the specified code element is the same as the parent code element.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

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

Parameters

  • pOther
    Type: System.Object

    Required. The code element being compared to.

Return Value

Type: System.Boolean
true if the specified code element is the same as the parent code element; otherwise, false.

.NET Framework Security

See Also

Reference

VCCodeUsingAlias Interface

Microsoft.VisualStudio.VCCodeModel Namespace