Application.OleRequired Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes OLE on the current thread.
public:
static System::Threading::ApartmentState OleRequired();
public static System.Threading.ApartmentState OleRequired ();
static member OleRequired : unit -> System.Threading.ApartmentState
Public Shared Function OleRequired () As ApartmentState
Returns
One of the ApartmentState values.
Remarks
Call this method before calling any Microsoft.Win32
method that requires OLE. OleRequired first checks to see if OLE has been initialized on the current thread. If not, it initializes the thread for OLE.
Note
Unless a thread calls OLE methods directly, you do not need to call this method.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.