This document is archived and information here might be outdated. Recommended version. |
Indicates whether to use the extension code.
[Visual Basic .NET]
Public Property UseExtensionCode As Boolean
[C#]
public bool UseExtensionCode {get; set;}
[C++]
HRESULT get_UseExtensionCode(
Boolean* UseExtensionCode
);
[C++]
HRESULT put_UseExtensionCode(
VARIANT_BOOL UseExtensionCode
);
[C++] Parameters UseExtensionCode [out, retval]
UseExtensionCode is a parameter of type bool* UseExtensionCode [in]
UseExtensionCode is a parameter of type bool