Share via


DgmlNodeProperties.ContainsChildren Property

Represents whether the code element contains any children.

Namespace:  Microsoft.VisualStudio.GraphModel.Schemas
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Shared Property ContainsChildren As GraphProperty
public static GraphProperty ContainsChildren { get; private set; }
public:
static property GraphProperty^ ContainsChildren {
    GraphProperty^ get ();
    private: void set (GraphProperty^ value);
}
static member ContainsChildren : GraphProperty with get, private set
static function get ContainsChildren () : GraphProperty 
private static function set ContainsChildren (value : GraphProperty)

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphProperty
Returns GraphProperty.

.NET Framework Security

See Also

Reference

DgmlNodeProperties Class

Microsoft.VisualStudio.GraphModel.Schemas Namespace