Share via


IBinding.SetPriority Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub SetPriority ( _
    nPriority As Integer _
)
void SetPriority(
    int nPriority
)
void SetPriority(
    [InAttribute] int nPriority
)
abstract SetPriority : 
        nPriority:int -> unit
function SetPriority(
    nPriority : int
)

Parameters

.NET Framework Security

See Also

Reference

IBinding Interface

Microsoft.VisualStudio.OLE.Interop Namespace