XmlSerializationBehavior.ClassData Property
Gets a list of ClassData. Xml serialization configuration data defined by this behavior, indexed by class.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public ReadOnly Property ClassData As LinkedElementCollection(Of XmlClassData)
public LinkedElementCollection<XmlClassData> ClassData { get; }
public:
property LinkedElementCollection<XmlClassData^>^ ClassData {
LinkedElementCollection<XmlClassData^>^ get ();
}
member ClassData : LinkedElementCollection<XmlClassData> with get
function get ClassData () : LinkedElementCollection<XmlClassData>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<XmlClassData>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.