Udostępnij za pośrednictwem


DataViewDocumentProvider.GetPriority(Int32) Method

Definition

Gets the priority level of the specified document within the data view hierarchy.

public:
 virtual Microsoft::VisualStudio::Shell::Interop::VSDOCUMENTPRIORITY GetPriority(int itemId);
public virtual Microsoft.VisualStudio.Shell.Interop.VSDOCUMENTPRIORITY GetPriority (int itemId);
abstract member GetPriority : int -> Microsoft.VisualStudio.Shell.Interop.VSDOCUMENTPRIORITY
override this.GetPriority : int -> Microsoft.VisualStudio.Shell.Interop.VSDOCUMENTPRIORITY
Public Overridable 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.

Implements

Applies to