Share via


DkmCompiledClrInspectionQuery.FormatSpecifiers Property

Definition

[Optional] The format specifier(s) to use when formatting the result of this query.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ FormatSpecifiers { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> FormatSpecifiers { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<string>? FormatSpecifiers { get; }
member this.FormatSpecifiers : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property FormatSpecifiers As ReadOnlyCollection(Of String)

Property Value

Applies to