RegisterEditorExtensionAttribute.Priority 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此扩展注册的优先级。
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
属性值
此编辑器文件扩展名的优先级。
注解
对于给定的文件扩展名,具有最高优先级数字的编辑器会获得首先读取文件的机会。 如果编辑器未能读取文件,则将按优先级顺序使用剩余的编辑器。