MpfUtilities.IsInAutomationFunction-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn das Erweiterbarkeitsobjekt eine Automatisierungsfunktion ausführt.

.NET Framework-Sicherheit

Siehe auch

Referenz

MpfUtilities Klasse

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal-Namespace