IComThreadingInfo.GetCurrentThreadType(THDTYPE[]) 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.
public:
void GetCurrentThreadType(cli::array <Microsoft::VisualStudio::OLE::Interop::THDTYPE> ^ pThreadType);
public:
void GetCurrentThreadType(Platform::Array <Microsoft::VisualStudio::OLE::Interop::THDTYPE> ^ pThreadType);
void GetCurrentThreadType(std::Array <Microsoft::VisualStudio::OLE::Interop::THDTYPE> const & pThreadType);
public void GetCurrentThreadType (Microsoft.VisualStudio.OLE.Interop.THDTYPE[] pThreadType);
abstract member GetCurrentThreadType : Microsoft.VisualStudio.OLE.Interop.THDTYPE[] -> unit
Public Sub GetCurrentThreadType (pThreadType As THDTYPE())
Parameters
- pThreadType
- THDTYPE[]