VsShellUtilities.GetMiscellaneousProject, méthode (IServiceProvider)
Obtient le divers projet de la solution actuelle.
Espace de noms : Microsoft.VisualStudio.Shell
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Shared Function GetMiscellaneousProject ( _
provider As IServiceProvider _
) As IVsProject3
public static IVsProject3 GetMiscellaneousProject(
IServiceProvider provider
)
Paramètres
- provider
Type : System.IServiceProvider
IServiceProvider .
Valeur de retour
Type : Microsoft.VisualStudio.Shell.Interop.IVsProject3
L'interface d'IVsProject3 du divers projet.
Remarques
S'il n'y a aucun divers projet dans la solution actuelle, elle sera créée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.