VsTargetFrameworkProvider, constructeur (IVsFrameworkMultiTargeting, String, TypeDescriptionProvider, IVsSmartOpenScope)
Espace de noms : Microsoft.VisualStudio.Shell.Design
Assembly : Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)
Syntaxe
'Déclaration
Public Sub New ( _
targetInfo As IVsFrameworkMultiTargeting, _
targetMoniker As String, _
parentProvider As TypeDescriptionProvider, _
openScope As IVsSmartOpenScope _
)
public VsTargetFrameworkProvider(
IVsFrameworkMultiTargeting targetInfo,
string targetMoniker,
TypeDescriptionProvider parentProvider,
IVsSmartOpenScope openScope
)
Paramètres
- targetInfo
Type : Microsoft.VisualStudio.Shell.Interop.IVsFrameworkMultiTargeting
- targetMoniker
Type : System.String
- parentProvider
Type : System.ComponentModel.TypeDescriptionProvider
- openScope
Type : Microsoft.VisualStudio.Shell.Interop.IVsSmartOpenScope
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.
Voir aussi
Référence
VsTargetFrameworkProvider Classe