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!

ICodeNameReferenceExpression Interface

Represents a reference to any name or literal expression.

ICodeNameReferenceExpression

[Visual Basic]
Public Interface ICodeNameReferenceExpression
   Implements ICodeElement
[C#]
public interface ICodeNameReferenceExpression : ICodeElement
[C++]
public __gc __interface ICodeNameReferenceExpression : public
   ICodeElement

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

This is used for references to static members in classes, or to member variables. This is not used for any primitive or string type. Variants are used to represent primitve or string types. The documentation for ICodeSourceFile has information about expressions.

Requirements

Namespace: System.ComponentModel.Design.CodeModel

Assembly: System.dll

See Also

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