FileIconRequestEventArgs.CurrentPriority Property

Gets the current priority for this extension's bitmap.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property CurrentPriority As Integer
    Get
    Private Set
'Usage
Dim instance As FileIconRequestEventArgs
Dim value As Integer

value = instance.CurrentPriority
public int CurrentPriority { get; private set; }
public:
property int CurrentPriority {
    int get ();
    private: void set (int value);
}
function get CurrentPriority () : int
private function set CurrentPriority (value : int)
member CurrentPriority : int with get, private set

Property Value

Type: System.Int32

Remarks

If multiple features handle this event, the feature with the highest priority will control the bitmap. A lower integer has a higher priority.

.NET Framework Security

See Also

Reference

FileIconRequestEventArgs Class

FileIconRequestEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace