VCDesignElement.IsSelf Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

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

Syntax

声明
Function IsSelf ( _
    pOther As Object _
) As Boolean
用法
Dim instance As VCDesignElement
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

VCDesignElement Interface

VCDesignElement Members

Microsoft.VisualStudio.VCCodeModel Namespace