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!

TypeLibTypeAttribute Constructor (TypeLibTypeFlags)

Initializes a new instance of the TypeLibTypeAttribute class.

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

Parameters

val
[To be supplied.]

See Also

TypeLibTypeAttribute Class | TypeLibTypeAttribute Members | System.Runtime.InteropServices Namespace | TypeLibTypeAttribute Constructor Overload List