次の方法で共有


IVsDataViewDocumentProvider.CanOpen Method

When implemented by a class, indicates whether a document can be opened for the specified node in the data view and for the given logical view.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'宣言
Function CanOpen ( _
    itemId As Integer, _
    logicalView As Guid _
) As Boolean
bool CanOpen(
    int itemId,
    Guid logicalView
)
bool CanOpen(
    int itemId, 
    Guid logicalView
)
abstract CanOpen : 
        itemId:int * 
        logicalView:Guid -> bool 
function CanOpen(
    itemId : int, 
    logicalView : Guid
) : boolean

Parameters

  • itemId
    Type: System.Int32
    A numerical identifier for the node.
  • logicalView
    Type: System.Guid
    A unique identifier of a logical view.

Return Value

Type: System.Boolean
true if a document can be opened; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataViewDocumentProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace