Constructor.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Placeholder(
PlaceholderTemplateNode parent
)
Public Sub New (
parent As PlaceholderTemplateNode
)
public:
Placeholder(
PlaceholderTemplateNode^ parent
)
Parameters
- parent
- Type: MFiles.VAF.PlaceholdersPlaceholderTemplateNode
The parent that contains this placeholder.
See Also