Partager via


ISharePointProjectService.Convert<TInput, TOutput>, méthode

Convertit un type de projet en un autre type.

Espace de noms :  Microsoft.VisualStudio.SharePoint
Assembly :  Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)

Syntaxe

'Déclaration
Function Convert(Of TInput As Class, TOutput) ( _
    value As TInput _
) As TOutput
TOutput Convert<TInput, TOutput>(
    TInput value
)
where TInput : class

Paramètres de type

  • TInput
    Paramètre de type d'entrée. Les types suivants sont pris en charge :

    ISharePointProject

    ISharePointProjectItem

    ISharePointProjectFeature

    ISharePointProjectPackage

    EnvDTE.Project

    EnvDTE.ProjectItem

    Interfaces de projet Visual Studio telles que Microsoft.VisualStudio.Shell.Interop.IVsHierarchy et Microsoft.VisualStudio.Shell.Interop.IVsProject

  • TOutput
    Paramètre de type de sortie. Les types suivants sont pris en charge :

    ISharePointProject

    ISharePointProjectItem

    ISharePointProjectFeature

    ISharePointProjectPackage

    EnvDTE.Project

    EnvDTE.ProjectItem

    Interfaces de projet Visual Studio telles que Microsoft.VisualStudio.Shell.Interop.IVsHierarchy et Microsoft.VisualStudio.Shell.Interop.IVsProject

    UInt32 peut être utilisé pour récupérer l'ID d'élément Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.

Paramètres

  • value
    Type : TInput
    Valeur à convertir.

Valeur de retour

Type : TOutput
Valeur convertie.La valeur exacte dépend du type de sortie sélectionné.

Sécurité .NET Framework

Voir aussi

Référence

ISharePointProjectService Interface

Microsoft.VisualStudio.SharePoint, espace de noms