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!

InterfaceTypeAttribute Constructor

Initializes a new instance of the InterfaceTypeAttribute class.

[Visual Basic]
Public Sub New( _
   ByVal val As ComInterfaceType _
)
[C#]
public InterfaceTypeAttribute(
   ComInterfaceType val
);
[C++]
public: InterfaceTypeAttribute(
   ComInterfaceType val
);
[JScript]
public function InterfaceTypeAttribute(
   val : ComInterfaceType
);

Parameters

val
Describes how the interface should be exposed to COM clients.

See Also

InterfaceTypeAttribute Class | InterfaceTypeAttribute Members | System.Runtime.InteropServices Namespace