This document is archived and information here might be outdated. Recommended version. |
The names of all the datasets with the specified type.
[Visual Basic .NET] Public ReadOnly Property DatasetTypes As IEnumDatasetType
[C#] public IEnumDatasetType DatasetTypes {get;}
[C++]
HRESULT get_DatasetTypes(
IEnumDatasetType** types
);
[C++] Parameters types [out, retval]
types is a parameter of type IEnumDatasetType**
The DatasetTypes property returns an enumerator of IEnumDatasetType containing the supported esriDatasetTypes for the container. Use this method to determine the supported datasets for the container.