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!

ICodeConstructor Interface

Represents a constructor in the class.

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

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

Remarks

Undone. This interface is not yet complete.

Requirements

Namespace: System.ComponentModel.Design.CodeModel

Assembly: System.dll

See Also

ICodeConstructor Members | System.ComponentModel.Design.CodeModel Namespace