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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.