VCDesignElement.IsSelf(Object) 方法

定义

仅供 Microsoft 内部使用。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 bool IsSelf(System::Object ^ pOther);
public:
 bool IsSelf(Platform::Object ^ pOther);
bool IsSelf(winrt::Windows::Foundation::IInspectable const & pOther);
[System.Runtime.InteropServices.DispId(518)]
public bool IsSelf (object pOther);
[<System.Runtime.InteropServices.DispId(518)>]
abstract member IsSelf : obj -> bool
Public Function IsSelf (pOther As Object) As Boolean

参数

pOther
Object

用于比较的对象

返回

Boolean

true 如果此设计元素和 pOther 参数相同,则为; false 否则为。

属性

适用于