ToStringHelper.FormatProvider 屬性
取得或設定呼叫 ToStringWithCulture 時所使用的特定文化特性的格式資訊。
命名空間: Microsoft.VisualStudio.TextTemplating
組件: Microsoft.VisualStudio.TextTemplating.11.0 (在 Microsoft.VisualStudio.TextTemplating.11.0.dll 中)
語法
'宣告
Public Shared Property FormatProvider As IFormatProvider
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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。