次の方法で共有


IOrderable.After Property

Definition

The parts after which this part should appear in the list.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ After { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
[System.ComponentModel.DefaultValue(null)]
public System.Collections.Generic.IEnumerable<string> After { get; }
[System.ComponentModel.DefaultValue(null)]
public System.Collections.Generic.IEnumerable<string>? After { get; }
[<System.ComponentModel.DefaultValue(null)>]
member this.After : seq<string>
Public ReadOnly Property After As IEnumerable(Of String)

Property Value

The parts after which this part appears in the list.

Attributes

Applies to