IDispatchConstantAttribute Class
Indicates that the default value for the attributed field or parameter is an instance of DispatchWrapper, where the WrappedObject is Nothing.
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <AttributeUsageAttribute(AttributeTargets.Field Or AttributeTargets.Parameter, Inherited := False)> _ <ComVisibleAttribute(True)> _ Public NotInheritable Class IDispatchConstantAttribute _ Inherits CustomConstantAttribute 'Usage Dim instance As IDispatchConstantAttribute
You can apply this attribute to fields or parameters.
The type library importer uses this attribute to distinguish a default value of type VT_DISPATCH from Nothing.
For more information about constant attributes, see the CustomConstantAttribute class.
The classes in System.Runtime.CompilerServices are for compiler writers use only.
System.Attribute
System.Runtime.CompilerServices.CustomConstantAttribute
System.Runtime.CompilerServices.IDispatchConstantAttribute
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.