IVsWebMigration::GetBaseType Method (String^, String^)

 

Gets the base class for the specified class.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

int GetBaseType(
	String^ bstrClassName,
	[OutAttribute] String^% pbstrBaseClass
)

Parameters

bstrClassName
Type: System::String^

The class name.

pbstrBaseClass
Type: System::String^

[out] The base class name.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: