IVsDataViewDocumentProvider.IsSupported Method
When implemented by a class, indicates whether a document is supported for the specified node in the data view.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
'Declaration
Function IsSupported ( _
itemId As Integer _
) As Boolean
bool IsSupported(
int itemId
)
bool IsSupported(
int itemId
)
abstract IsSupported :
itemId:int -> bool
function IsSupported(
itemId : int
) : boolean
- itemId
Type: System.Int32
A numerical identifier for the node in the data view.
Type: System.Boolean
true if the document is supported; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
IVsDataViewDocumentProvider Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace