Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the specified option for the current metadata scope. The option controls how calls to the current metadata scope are handled.
HRESULT GetOption (
[in] REFGUID optionId,
[out] const VARIANT *pValue
);
Parameters
optionId
[in] A pointer to a GUID that specifies the option to be retrieved.pValue
[out] The value of the returned option. The type of this value will be a variant of the specified option's type.
Requirements
Platform: Windows 2000, Windows XP, Windows Server 2003 family
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Version: 2.0, 1.1, 1.0