_Inspector.CurrentItem 属性

定义

返回一个 对象 ,表示显示在检查器中的当前项。 只读。

public:
 property System::Object ^ CurrentItem { System::Object ^ get(); };
public object CurrentItem { get; }
Public ReadOnly Property CurrentItem As Object

属性值

注解

如果当前没有打开的项目,则将返回一条错误消息。

适用于