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
'Declaration
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.Int32A 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewDocumentProvider Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace