DataViewDocumentProvider.IsSupported Method

Indicates whether a document is supported for the specified node in the data view.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Overridable Function IsSupported ( _
    itemId As Integer _
) As Boolean
'Usage
Dim instance As DataViewDocumentProvider 
Dim itemId As Integer 
Dim returnValue As Boolean 

returnValue = instance.IsSupported(itemId)
public virtual bool IsSupported(
    int itemId
)
public:
virtual bool IsSupported(
    int itemId
)
public function IsSupported(
    itemId : int
) : boolean

Parameters

  • itemId
    Type: System.Int32

    A numerical identifier for the node in the data view.

Return Value

Type: System.Boolean
true if the document is supported; otherwise, false.

Implements

IVsDataViewDocumentProvider.IsSupported(Int32)

Remarks

Notes to Inheritors:

The derived class should override this method.

.NET Framework Security

See Also

Reference

DataViewDocumentProvider Class

DataViewDocumentProvider Members

Microsoft.VisualStudio.Data.Framework Namespace