DkmCompiledClrInspectionQuery.FormatSpecifiers 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.
[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)