RegisterEditorExtensionAttribute.Priority 属性

定义

获取此扩展注册的优先级。

public:
 property int Priority { int get(); };
public:
 property int Priority { int get(); };
public int Priority { get; }
member this.Priority : int
Public ReadOnly Property Priority As Integer

属性值

Int32

此编辑器文件扩展名的优先级。

注解

对于给定的文件扩展名,具有最高优先级数字的编辑器会获得首先读取文件的机会。 如果编辑器未能读取文件,则将按优先级顺序使用剩余的编辑器。

适用于