IVsWebMigration.GetBaseType Method
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)
Syntax
'Declaration
Function GetBaseType ( _
bstrClassName As String, _
<OutAttribute> ByRef pbstrBaseClass As String _
) As Integer
int GetBaseType(
string bstrClassName,
out string pbstrBaseClass
)
int GetBaseType(
[InAttribute] String^ bstrClassName,
[OutAttribute] String^% pbstrBaseClass
)
abstract GetBaseType :
bstrClassName:string *
pbstrBaseClass:string byref -> int
function GetBaseType(
bstrClassName : String,
pbstrBaseClass : String
) : int
Parameters
bstrClassName
Type: StringThe class name.
pbstrBaseClass
Type: String%[out] The base class name.
Return Value
Type: Int32
The HRESULT.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.