次の方法で共有


IVsDataViewDocumentProvider.GetPriority Method

When implemented by a class, gets the priority level of the specified document within the data view hierarchy.

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

Syntax

'宣言
Function GetPriority ( _
    itemId As Integer _
) As VSDOCUMENTPRIORITY
VSDOCUMENTPRIORITY GetPriority(
    int itemId
)
VSDOCUMENTPRIORITY GetPriority(
    int itemId
)
abstract GetPriority : 
        itemId:int -> VSDOCUMENTPRIORITY 
function GetPriority(
    itemId : int
) : VSDOCUMENTPRIORITY

Parameters

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

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.VSDOCUMENTPRIORITY
A value from the VSDOCUMENTPRIORITY enumeration specifying the priority level of the specified document within the data view hierarchy.

.NET Framework Security

See Also

Reference

IVsDataViewDocumentProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace