IDTSFriendlyEnum100.Value 属性

定义

获取用于由 Name 属性标识的枚举项的友好名称。

public:
 property int Value { int get(); };
[System.Runtime.InteropServices.DispId(101)]
public int Value { [System.Runtime.InteropServices.DispId(101)] get; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
member this.Value : int
Public ReadOnly Property Value As Integer

属性值

枚举中该项的友好名称。

属性

适用于