EventBindingService.AppendStatements Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract void AppendStatements(Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelEvent ^ modelEvent, System::String ^ methodName, System::CodeDom::CodeStatementCollection ^ statements);
public abstract void AppendStatements (Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelEvent modelEvent, string methodName, System.CodeDom.CodeStatementCollection statements);
abstract member AppendStatements : Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelEvent * string * System.CodeDom.CodeStatementCollection -> unit
Public MustOverride Sub AppendStatements (modelEvent As ModelEvent, methodName As String, statements As CodeStatementCollection)
Parameters
- modelEvent
- ModelEvent
- methodName
- String
- statements
- CodeStatementCollection