Язык

ChartSerializer.GetContentString(SerializationContents, Boolean) Метод

Определение

Возвращает сериализуемый или несериализируемый класс и /или имена свойств в зависимости от конкретного значения флага.

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 , представляющее сериализуемый или несериализируемый класс и/или имена свойств.

Применяется к