Sdílet prostřednictvím


VCCodeReference.IsSelf Method

Not currently implemented.

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

Syntax

'Declaration
Function IsSelf ( _
    pOther As Object _
) As Boolean
'Usage
Dim instance As VCCodeReference
Dim pOther As Object
Dim returnValue As Boolean

returnValue = instance.IsSelf(pOther)
bool IsSelf(
    Object pOther
)
bool IsSelf(
    [InAttribute] Object^ pOther
)
function IsSelf(
    pOther : Object
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

VCCodeReference Interface

VCCodeReference Members

Microsoft.VisualStudio.VCCodeModel Namespace