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!

IDispatchImplAttribute Constructor

Initializes a new instance of the IDispatchImplAttribute class.

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

Parameters

val
[To be supplied.]

See Also

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