ChartSerializer.GetContentString(SerializationContents, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたフラグ値に応じて、シリアル化できるクラスかシリアル化できないクラス、またはプロパティ名 (またはその両方) を返します。
protected:
System::String ^ GetContentString(System::Windows::Forms::DataVisualization::Charting::SerializationContents content, bool serializable);
protected string GetContentString (System.Windows.Forms.DataVisualization.Charting.SerializationContents content, bool serializable);
member this.GetContentString : System.Windows.Forms.DataVisualization.Charting.SerializationContents * bool -> string
Protected Function GetContentString (content As SerializationContents, serializable As Boolean) As String
パラメーター
- content
- SerializationContents
シリアル化できるコンテンツ。
- serializable
- Boolean
シリアル化できる文字列を取得する場合は true
。シリアル化できない文字列を取得する場合は false
。
戻り値
シリアル化できるクラスかシリアル化できないクラス、またはプロパティ名 (またはその両方) を表す string
値。