Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Assigns assembly-level properties.
Syntax
HRESULT SetAssemblyProps(
mdAssembly AssemblyID,
mdToken FileToken,
AssemblyOptions Option,
VARIANT Value
) PURE;
Parameters
AssemblyID
ID of the assembly.
FileToken
File that defines the property. Can be NULL if AssemblyID does not indicate an unbound netmodule.
Option
Indicates the option to modify.
Value
New value of the option.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h.