StaticPlaceholderText Constructor |
Constructor.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic StaticPlaceholderText(
PlaceholderTemplateNode parent,
string staticText
)
Public Sub New (
parent As PlaceholderTemplateNode,
staticText As String
)
public:
StaticPlaceholderText(
PlaceholderTemplateNode^ parent,
String^ staticText
)
Parameters
- parent
- Type: MFiles.VAF.PlaceholdersPlaceholderTemplateNode
- staticText
- Type: SystemString
See Also