IUnknownConstantAttribute.Value 属性

定义

获取存储在此特性中的 IUnknown 常数。Gets the IUnknown constant stored in this attribute.

public:
 virtual property System::Object ^ Value { System::Object ^ get(); };
public override object Value { get; }
member this.Value : obj
Public Overrides ReadOnly Property Value As Object

属性值

Object

存储在此特性中的 IUnknown 常数。The IUnknown constant stored in this attribute. 只有 null 可以作为 IUnknown 常数的值。Only null is allowed for an IUnknown constant value.

适用于