ForEachPlaceholderAcceptsContextTypes Property |
The datatype this command handler accepts for the context when expanding.
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic override ExpansionContextType[] AcceptsContextTypes { get; }
Public Overrides ReadOnly Property AcceptsContextTypes As ExpansionContextType()
Get
public:
virtual property array<ExpansionContextType>^ AcceptsContextTypes {
array<ExpansionContextType>^ get () override;
}
Property Value
Type:
ExpansionContextTypeImplements
IPlaceholderCommandHandlerAcceptsContextTypes
See Also