IDispatchConstantAttribute.Value Eigenschaft
Definition
Ruft die in diesem Attribut gespeicherte IDispatch
-Konstante ab.Gets the IDispatch
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
Eigenschaftswert
Die in diesem Attribut gespeicherte IDispatch
-Konstante.The IDispatch
constant stored in this attribute. Für einen null
-Konstantenwert ist nur IDispatch
zulässig.Only null
is allowed for an IDispatch
constant value.