ICodeInjectionService.AppendStatements メソッド
指定されたイベント ハンドラーに CodeDOM ステートメントのコレクションを追加します。
名前空間: Microsoft.Windows.Design.Services
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
'宣言
Sub AppendStatements ( _
method As CodeMemberMethod, _
statements As CodeStatementCollection, _
relativePosition As Integer _
)
void AppendStatements(
CodeMemberMethod method,
CodeStatementCollection statements,
int relativePosition
)
void AppendStatements(
CodeMemberMethod^ method,
CodeStatementCollection^ statements,
int relativePosition
)
abstract AppendStatements :
method:CodeMemberMethod *
statements:CodeStatementCollection *
relativePosition:int -> unit
function AppendStatements(
method : CodeMemberMethod,
statements : CodeStatementCollection,
relativePosition : int
)
- method
型: System.CodeDom.CodeMemberMethod
ステートメントの追加先として検索されるメソッド定義。
- statements
型: System.CodeDom.CodeStatementCollection
メソッドの末尾に追加する CodeDOM ステートメントの一覧。
- relativePosition
型: System.Int32
ステートメントを挿入する行番号。
メソッド本体がまだ存在しない場合、メソッドは作成されません。
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。