IVsWebMigration.GetBaseType(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.