ArcObjects Library Reference (GeoDatabase)  

IPlugInGxIntegration.PropertyPageCategory Property

The CLSID for the property page component category for the dataset type.

[Visual Basic .NET]
Public Function get_PropertyPageCategory ( _
    ByVal dsType As esriDatasetType _
) As UID
[C#]
public UID get_PropertyPageCategory (
    esriDatasetType dsType
);
[C++]
HRESULT get_PropertyPageCategory(
  esriDatasetType dsType,
  IUID** cateoryID
);
[C++]

Parameters

dsType [in]

  dsType is a parameter of type esriDatasetType

cateoryID [out, retval]

  cateoryID is a parameter of type IUID

Product Availability

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

See Also

IPlugInGxIntegration Interface