DataViewDocumentProvider.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.
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.