COMMemberInfo Interface
.NET Framework 3.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
Not applicable.
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: