Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FormattableString::GetArguments Method ()

.NET Framework (current version)
 

Returns an object array that contains one or more objects to format.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual array<Object^>^ GetArguments() abstract

Return Value

Type: array<System::Object^>^

An object array that contains one or more objects to format.

Clients should not modify the contents of the array.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6
Return to top
Show:
© 2017 Microsoft