Partager via


MpfUtilities.IsInAutomationFunction, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Shared Function IsInAutomationFunction ( _
    serviceProvider As IServiceProvider _
) As Boolean
public static bool IsInAutomationFunction(
    IServiceProvider serviceProvider
)
public:
static bool IsInAutomationFunction(
    IServiceProvider^ serviceProvider
)
static member IsInAutomationFunction : 
        serviceProvider:IServiceProvider -> bool 
public static function IsInAutomationFunction(
    serviceProvider : IServiceProvider
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si l'objet d'extensibilité exécute une fonction Automation.

Sécurité .NET Framework

Voir aussi

Référence

MpfUtilities Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms