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
- 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
FileIconRequestEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace