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!

ICodeSourceFile.CreateNameReferenceExpression

[To be supplied.]

Overload List

Constructs a name reference expression. A name reference is basically a reference to any object in this object's namespace (or an absolute reference to any object).

[Visual Basic] Overloads Function CreateNameReferenceExpression(String()) As ICodeNameReferenceExpression
[C#] ICodeNameReferenceExpression CreateNameReferenceExpression(String[]);
[C++] ICodeNameReferenceExpression* CreateNameReferenceExpression(String*[]) = 0;
[JScript] function CreateNameReferenceExpression(String[]) : ICodeNameReferenceExpression;

Constructs a name reference expression. A name reference is basically a reference to any object in this object's namespace (or an absolute reference to any object).

[Visual Basic] Overloads Function CreateNameReferenceExpression(String) As ICodeNameReferenceExpression
[C#] ICodeNameReferenceExpression CreateNameReferenceExpression(String);
[C++] ICodeNameReferenceExpression* CreateNameReferenceExpression(String*) = 0;
[JScript] function CreateNameReferenceExpression(String) : ICodeNameReferenceExpression;

See Also

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