OrderAttribute.Before 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此特性应用于的扩展部件应在具有指定名称的扩展部分之前进行排序。
public:
property System::String ^ Before { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Before { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Before { get; set; }
member this.Before : string with get, set
Public Property Before As String
属性值
应在其之前对此部分进行排序的部分。
例外
该值为 Null。
该值是一个空字符串。