Share via


IVsWebMigration.GetBaseType(String, String) Method

Definition

Gets the base class for the specified class.

public:
 int GetBaseType(System::String ^ bstrClassName, [Runtime::InteropServices::Out] System::String ^ % pbstrBaseClass);
int GetBaseType(std::wstring const & bstrClassName, [Runtime::InteropServices::Out] std::wstring const & & pbstrBaseClass);
public int GetBaseType (string bstrClassName, out string pbstrBaseClass);
abstract member GetBaseType : string * string -> int
Public Function GetBaseType (bstrClassName As String, ByRef pbstrBaseClass As String) As Integer

Parameters

bstrClassName
String

The class name.

pbstrBaseClass
String

[out] The base class name.

Returns

The HRESULT.

Applies to