ISymUnmanagedWriter2::DefineConstant2 Method
Defines a name for a constant value.
Syntax
HRESULT DefineConstant2(
[in] const WCHAR *name,
[in] VARIANT value,
[in] mdSignature sigToken);
Parameters
name
[in] The constant name.
value
[in] The value of the constant.
sigToken
[in] The metadata token of the constant.
Return Value
S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
Requirements
Header: CorSym.idl, CorSym.h
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.