Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Creates a method in the code behind for a user's XAML file and enables appending statements to the method.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Interface ICodeInjectionService
public interface ICodeInjectionService
public interface class ICodeInjectionService
type ICodeInjectionService = interface end
public interface ICodeInjectionService
The ICodeInjectionService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
AppendStatements | Appends a collection of CodeDOM statements to the specified event handler. |
![]() |
CreateMethod | Creates a method with the specified signature. |
Top
.gif)