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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.