_Inspector.CurrentItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Object representing the current item being displayed in the inspector. Read-only.
public:
property System::Object ^ CurrentItem { System::Object ^ get(); };
public object CurrentItem { get; }
Public ReadOnly Property CurrentItem As Object
Property Value
Remarks
If no item is currently open, an error message will be returned.