Allows you to access an item.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmItem Inherits IEdmObject5 | |
| C# | |
|---|---|
public interface IEdmItem : IEdmObject5 | |
| C++/CLI | |
|---|---|
public interface class IEdmItem : public IEdmObject5 | |
This interface inherits from IEdmObject5.
To access this interface, you can:
- Cast IEdmFileX objects to an IEdmItem pointer.
- Call IEdmVault5::GetObject, setting eType to EdmObjectType.EdmObject_Item.
See the Programming Items topic for more information.