다음을 통해 공유


IVsDataViewDocumentProvider.GetContext Method

When implemented by a class, retrieves the service provider representing the context of the current document in the data view.

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

Syntax

‘선언
Function GetContext ( _
    itemId As Integer _
) As IServiceProvider
IServiceProvider GetContext(
    int itemId
)
IServiceProvider^ GetContext(
    int itemId
)
abstract GetContext : 
        itemId:int -> IServiceProvider 
function GetContext(
    itemId : int
) : IServiceProvider

Parameters

  • itemId
    Type: System.Int32
    A numerical identifier for the node in the data view.

Return Value

Type: System.IServiceProvider
An IServiceProvider object representing the context of the current document in the data view.

.NET Framework Security

See Also

Reference

IVsDataViewDocumentProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace