This document is archived and information here might be outdated.  Recommended version.


IWorkspaceExtensionManager.Extension Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceExtensionManager Interface > IWorkspaceExtensionManager.Extension Property
ArcGIS Developer Help

IWorkspaceExtensionManager.Extension Property

The workspace extension at this index.

[Visual Basic .NET]
Public Function get_Extension ( _
    ByVal Index As Integer _
) As IWorkspaceExtension
[C#]
public IWorkspaceExtension get_Extension (
    int Index
);
[C++]
HRESULT get_Extension(
  long Index,
  IWorkspaceExtension** Extension
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Extension [out, retval]
Extension is a parameter of type IWorkspaceExtension**

Product Availability

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

See Also

IWorkspaceExtensionManager Interface

.NET Samples

Extending the replication synchronization process