COMMemberInfo Interface
.NET Framework 2.0
Implemented by objects that represent the value of a member. It allows the caller to perform actions on the value. The value can be invoked as a function with the Call method, retrieved with the GetValue method, and set using the SetValue method.
Namespace: Microsoft.JScript
Assembly: Microsoft.JScript (in microsoft.jscript.dll)
Assembly: Microsoft.JScript (in microsoft.jscript.dll)
'Declaration <GuidAttribute("84BCEB62-16EB-4e1c-975C-FCB40D331043")> _ <ComVisibleAttribute(True)> _ Public Interface COMMemberInfo 'Usage Dim instance As COMMemberInfo
/** @attribute GuidAttribute("84BCEB62-16EB-4e1c-975C-FCB40D331043") */
/** @attribute ComVisibleAttribute(true) */
public interface COMMemberInfo
GuidAttribute("84BCEB62-16EB-4e1c-975C-FCB40D331043") ComVisibleAttribute(true) public interface COMMemberInfo
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: