Compartilhar via


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: String

    The class name.

  • pbstrBaseClass
    Type: String%

    [out] The base class name.

Return Value

Type: Int32
The HRESULT.

.NET Framework Security

See Also

Reference

IVsWebMigration Interface

Microsoft.VisualStudio.Shell.Interop Namespace