IVsWorkingFoldersEvents.OnQueryLocationChange(UInt32, Boolean) 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 OnQueryLocationChange(System::UInt32 location, [Runtime::InteropServices::Out] bool % pfCanMoveContent);
public void OnQueryLocationChange (uint location, out bool pfCanMoveContent);
abstract member OnQueryLocationChange : uint32 * bool -> unit
Public Sub OnQueryLocationChange (location As UInteger, ByRef pfCanMoveContent As Boolean)
Parameters
- location
- UInt32
- pfCanMoveContent
- Boolean