Freigeben über


Research.IsResearchService Method

Indicates whether the GUID specified in the ServiceID parameter corresponds to a currently configured research service.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Function IsResearchService ( _
    ServiceID As String _
) As Boolean
'Usage
Dim instance As Research
Dim ServiceID As String
Dim returnValue As Boolean

returnValue = instance.IsResearchService(ServiceID)
bool IsResearchService(
    string ServiceID
)

Parameters

  • ServiceID
    Type: System.String
    A GUID that identifies the research service.

Return Value

Type: System.Boolean

See Also

Reference

Research Interface

Research Members

Microsoft.Office.Interop.PowerPoint Namespace