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


IWorkspaceExtensionManager.FindExtension Method (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.FindExtension Method
ArcGIS Developer Help

IWorkspaceExtensionManager.FindExtension Method

Finds the specified workspace extension by its globally unique id.

[Visual Basic .NET]
Public Function FindExtension ( _
    ByVal GUID As UID _
) As IWorkspaceExtension
[C#]
public IWorkspaceExtension FindExtension (
    UID GUID
);
[C++]
HRESULT FindExtension(
  IUID* GUID
);
[C++]
Parameters
GUID [in]

GUID is a parameter of type IUID*

Product Availability

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

See Also

IWorkspaceExtensionManager Interface

.NET Samples

Extending the replication synchronization process