DispIdAttribute

DispIdAttributeCF 1.0

System.Runtime.InteropServices (mscorlib.dll)sealed class

Specifies a member's DispId when it is exposed to COM.

public sealed class DispIdAttribute : Attribute {
// Public Constructors
   public DispIdAttribute(int dispId);
// Public Instance Properties
   public int Value{get; }
}

Hierarchy

System.Object System.Attribute DispIdAttribute

Valid On

Method, Property, Field, Event



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System