ChartSerializer.GetContentString(SerializationContents, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたフラグ値に応じて、シリアル化できるクラスかシリアル化できないクラス、またはプロパティ名 (またはその両方) を返します。
protected:
System::String ^ GetContentString(System::Web::UI::DataVisualization::Charting::SerializationContents content, bool serializable);
protected string GetContentString (System.Web.UI.DataVisualization.Charting.SerializationContents content, bool serializable);
member this.GetContentString : System.Web.UI.DataVisualization.Charting.SerializationContents * bool -> string
Protected Function GetContentString (content As SerializationContents, serializable As Boolean) As String
パラメーター
- content
- SerializationContents
シリアル化できるコンテンツ。
- serializable
- Boolean
シリアル化できる文字列を取得する場合は true
。シリアル化できない文字列を取得する場合は false
。
戻り値
シリアル化できるクラスかシリアル化できないクラス、またはプロパティ名 (またはその両方) を表す string
値。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET