IVsSolutionUIEvents.OnFilterAsyncLoadStarted(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.
Called after a filter has been created and is starting to be initialized.
public:
void OnFilterAsyncLoadStarted(Guid % pguidFilterGroup, System::UInt32 nFilterID);
public void OnFilterAsyncLoadStarted (ref Guid pguidFilterGroup, uint nFilterID);
abstract member OnFilterAsyncLoadStarted : Guid * uint32 -> unit
Public Sub OnFilterAsyncLoadStarted (ByRef pguidFilterGroup As Guid, nFilterID As UInteger)
Parameters
- pguidFilterGroup
- Guid
[in] The group to which the filter belongs.
- nFilterID
- UInt32
[in] The identifier of the filter.