This document is archived and information here might be outdated. Recommended version. |
Unregisters a server object extension type from the server object type indicated in the argument list.
[Visual Basic .NET] Public Sub DeleteExtensionType ( _ ByVal SOTypeName As String, _ ByVal SOETypeName As String _ )
[C#] public void DeleteExtensionType ( string SOTypeName, string SOETypeName );
[C++]
HRESULT DeleteExtensionType(
BSTR SOTypeName,
BSTR SOETypeName
);
[C++]
Parameters SOTypeName [in]
SOTypeName is a parameter of type BSTR SOETypeName [in]
SOETypeName is a parameter of type BSTR