ArcObjects Library Reference (GeoDatabase)  

IPlugInGxIntegration.ContextMenu Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPlugInGxIntegration Interface