ParentShapeContainsNestedChildShapesSerializer.XmlTagName Property

This is the XML tag name used to serialize an instance of ParentShapeContainsNestedChildShapes.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property XmlTagName As String
public override string XmlTagName { get; }
public:
virtual property String^ XmlTagName {
    String^ get () override;
}
abstract XmlTagName : string
override XmlTagName : string
override function get XmlTagName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ParentShapeContainsNestedChildShapesSerializer Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace