ToStringHelper.FormatProvider 属性
获取或设置在调用 ToStringWithCulture 时使用的区域性特定格式设置信息。
命名空间: Microsoft.VisualStudio.TextTemplating
程序集: Microsoft.VisualStudio.TextTemplating.10.0(在 Microsoft.VisualStudio.TextTemplating.10.0.dll 中)
语法
声明
Public Shared Property FormatProvider As IFormatProvider
Get
Set
public static IFormatProvider FormatProvider { get; set; }
public:
static property IFormatProvider^ FormatProvider {
IFormatProvider^ get ();
void set (IFormatProvider^ value);
}
static member FormatProvider : IFormatProvider with get, set
static function get FormatProvider () : IFormatProvider
static function set FormatProvider (value : IFormatProvider)
属性值
类型:System.IFormatProvider
一个 IFormatProvider,其中包含区域性特定的格式信息。默认值为 InvariantCulture。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。