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!

ComSourceInterfacesAttribute Constructor

Initializes a new instance of the ComSourceInterfacesAttribute class.

[Visual Basic]
Public Sub New( _
   ByVal val As String _
)
[C#]
public ComSourceInterfacesAttribute(
   string val
);
[C++]
public: ComSourceInterfacesAttribute(
   String* val
);
[JScript]
public function ComSourceInterfacesAttribute(
   val : String
);

Parameters

val
[To be supplied.]

See Also

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