IVsContainedLanguageCodeSupport::GetBaseClassName Method (String^, String^)
Visual Studio 2015
Returns the base class name for the provided class.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pszClassName
-
Type:
System::String^
[in] The full name of the class, for example, Namespace1.Namespace2.Class1.
- pbstrBaseClassName
-
Type:
System::String^
[out] The full name of the base class, for example, System.Web.UI.Page.
From singlefileeditor.idl:
HRESULT GetBaseClassName(
[in] LPCWSTR pszClassName,
[out] BSTR* pbstrBaseClassName
);
Show: