IVsDataViewDocumentProvider.GetPriority(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.