FormattableString.ArgumentCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of arguments to be formatted.
public:
abstract property int ArgumentCount { int get(); };
public abstract int ArgumentCount { get; }
member this.ArgumentCount : int
Public MustOverride ReadOnly Property ArgumentCount As Integer
Property Value
The number of arguments to be formatted.
Remarks
The arguments can be retrieved from the object array returned by the GetArguments method, or they can be retrieved individually by index number from the GetArgument method. The indexes of individual arguments range from zero to ArgumentCount - 1.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา