Delen via


FileIconRequestEventArgs.CurrentPriority Property

Gets or sets the current priority for the bitmap of this extension.

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

Syntax

'Declaration
Public Property CurrentPriority As Integer
public int CurrentPriority { get; private set; }
public:
property int CurrentPriority {
    int get ();
    private: void set (int value);
}
member CurrentPriority : int with get, private set
function get CurrentPriority () : int
private function set CurrentPriority (value : int)

Property Value

Type: System.Int32

Remarks

If multiple features each handle the event, the feature with the highest priority controls the bitmap. A lower integer has a higher priority.

.NET Framework Security

See Also

Reference

FileIconRequestEventArgs Class

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