Share via


IVsDataViewDocumentProvider.GetPriority(Int32) Method

Definition

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

public:
 Microsoft::VisualStudio::Shell::Interop::VSDOCUMENTPRIORITY GetPriority(int itemId);
public Microsoft.VisualStudio.Shell.Interop.VSDOCUMENTPRIORITY GetPriority (int itemId);
abstract member GetPriority : int -> Microsoft.VisualStudio.Shell.Interop.VSDOCUMENTPRIORITY
Public Function GetPriority (itemId As Integer) As VSDOCUMENTPRIORITY

Parameters

itemId
Int32

A numerical identifier for the node in the data view.

Returns

A value from the VSDOCUMENTPRIORITY enumeration specifying the priority level of the specified document within the data view hierarchy.

Applies to