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.GetInterfaces

Gets all the interfaces that the class implements.

[Visual Basic]
Function GetInterfaces() As ICodeClass ()
[C#]
ICodeClass[] GetInterfaces();
[C++]
ICodeClass* GetInterfaces() [] = 0;
[JScript]
function GetInterfaces() : ICodeClass[];

Return Value

An array of type ICodeClass listing the interface classes that the class implements.

See Also

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