PlaceholderTemplateNodeValidChildTypes Property |
The type of child nodes this node can contain.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic abstract PlaceholderNodeType[] ValidChildTypes { get; }
Public MustOverride ReadOnly Property ValidChildTypes As PlaceholderNodeType()
Get
public:
virtual property array<PlaceholderNodeType>^ ValidChildTypes {
array<PlaceholderNodeType>^ get () abstract;
}
Property Value
Type:
PlaceholderNodeType
See Also