DocumentLaunch.CanOpenDocument Method

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.OfficeIntegration.Common (in Microsoft.TeamFoundation.OfficeIntegration.Common.dll)

Syntax

'Declaration
Public Shared Function CanOpenDocument ( _
    docType As DocumentType _
) As Boolean
public static bool CanOpenDocument(
    DocumentType docType
)
public:
static bool CanOpenDocument(
    DocumentType docType
)
static member CanOpenDocument : 
        docType:DocumentType -> bool
public static function CanOpenDocument(
    docType : DocumentType
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

DocumentLaunch Class

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace