This document is archived and information here might be outdated. Recommended version. |
The CLSID for the context menu for the dataset type.
[Visual Basic .NET] Public Function get_ContextMenu ( _ ByVal dsType As esriDatasetType _ ) As UID
[C#] public UID get_ContextMenu ( esriDatasetType dsType );
[C++]
HRESULT get_ContextMenu(
esriDatasetType dsType,
IUID** ClassID
);
[C++] Parameters dsType [in]
dsType is a parameter of type esriDatasetType ClassID [out, retval]
ClassID is a parameter of type IUID**