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!

20.1.22 The TypeLibFunc attribute

The TypeLibFunc attribute is used to specify typelib flags, for interoperability with COM.

[AttributeUsage(AttributeTargets.Method)]
public class TypeLibFuncAttribute: System.Attribute
{
   public TypeLibFuncAttribute(short value) {…}
   public short Value { get {…} }
}