IVsWebMigration.GetBaseType Method

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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsWebMigration Interface

Microsoft.VisualStudio.Shell.Interop Namespace