ArcObjects Library Reference (GeoDatabase)  

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** ppExtension
);
[C++]

Parameters

Index [in]   Index is a parameter of type long ppExtension [out, retval]

  ppExtension 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 (Code Files: RegisterExtension) |

.NET Related Topics

Creating workspace extensions |