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!

ICodeClass.IsInterface

Gets whether or not this object represents an interface rather than a true class.

[Visual Basic]
Function IsInterface() As Boolean
[C#]
bool IsInterface();
[C++]
bool IsInterface() = 0;
[JScript]
function IsInterface() : Boolean;

Return Value

true if the class is an interface; false if the class is a true class.

See Also

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