NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeMethodInvokeStatement.GetTarget

Gets the target of the method invoke.

[Visual Basic]
Function GetTarget() As String ()
[C#]
string[] GetTarget();
[C++]
String* GetTarget() [] = 0;
[JScript]
function GetTarget() : String[];

Remarks

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.

See Also

ICodeMethodInvokeStatement Interface | ICodeMethodInvokeStatement Members | System.ComponentModel.Design.CodeModel Namespace