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!

ComponentDesigner.InvokeGetInheritanceAttribute

[To be supplied.]

[Visual Basic]
Protected Function InvokeGetInheritanceAttribute( _
   ByVal toInvoke As ComponentDesigner _
) As InheritanceAttribute
[C#]
protected InheritanceAttribute InvokeGetInheritanceAttribute(
   ComponentDesigner toInvoke
);
[C++]
protected: InheritanceAttribute* InvokeGetInheritanceAttribute(
   ComponentDesigner* toInvoke
);
[JScript]
protected function InvokeGetInheritanceAttribute(
   toInvoke : ComponentDesigner
) : InheritanceAttribute;

Parameters

toInvoke
[To be supplied.]

See Also

ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace