Class WellKnownDispIds
public static class WellKnownDispIds
- Inheritance
-
WellKnownDispIds
- Inherited Members
Fields
Collect
The Collect property. You use this property if the method you are calling through Invoke is an accessor function.
public const int Collect = -8
Field Value
Constructor
The C++ constructor function for the object.
public const int Constructor = -6
Field Value
Remarks
NOTE: Likely used for COM+ only and not applicable for this project.
Destructor
The C++ destructor function for the object.
public const int Destructor = -7
Field Value
Remarks
NOTE: Likely used for COM+ only and not applicable for this project.
Evaluate
The Evaluate method. This method is implicitly invoked when the ActiveX client encloses the arguments in square brackets. For example, the following two lines are equivalent: x.[A1:C1].value = 10 x.Evaluate("A1:C1").value = 10
public const int Evaluate = -5
Field Value
NewEnum
The _NewEnum property. This special, restricted property is required for collection objects. It returns an enumerator object that supports IEnumVARIANT, and should have the restricted attribute specified.
public const int NewEnum = -4
Field Value
PropertyPut
The parameter that receives the value of an assignment in a PROPERTYPUT.
public const int PropertyPut = -3
Field Value
Unknown
The value returned by IDispatch::GetIDsOfNames to indicate that a member or parameter name was not found.
public const int Unknown = -1
Field Value
Remarks
NOTE: We probably shouldn't use this value for assigning to a member.
Value
The default member for the object. This property or method is invoked when an ActiveX client specifies the object name without a property or method.
public const int Value = 0