Sets the target of the method invoke.
[Visual Basic] Sub SetTarget( _ ByVal value() As String _ ) [C#] void SetTarget( string[] value ); [C++] void SetTarget( String* value[] ) = 0; [JScript] function SetTarget( value : String[] );
Undone. This is currently a string array to support invoking methods on sub objects (i.e. "Foo.Bar.DoSomething(...)"), however in the long term we need a better solution.
ICodeMethodInvokeExpression Interface | ICodeMethodInvokeExpression Members | System.ComponentModel.Design.CodeModel Namespace