This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInGxIntegration Interface > IPlugInGxIntegration.ContextMenu Property (ArcObjects .NET 10.4 SDK) |
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