IVsAsyncDataSourceFactory.GetDataSourceAsync(Guid, UInt32) 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:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ GetDataSourceAsync(Guid % guid, System::UInt32 dw);
public Microsoft.VisualStudio.Shell.Interop.IVsTask GetDataSourceAsync (ref Guid guid, uint dw);
abstract member GetDataSourceAsync : Guid * uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function GetDataSourceAsync (ByRef guid As Guid, dw As UInteger) As IVsTask
Parameters
- guid
- Guid
- dw
- UInt32
Returns
Remarks
This method is safe to access from any thread.