IVsNonLocalProject::EnsureLocalCopy Method (UInt32)
Visual Studio 2015
Verifies that there is a local copy of the file.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- itemid
-
Type:
System::UInt32
[in] The item id (VSITEMID) of the file.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsNonLocalProject::EnsureLocalCopy(
[in] VSITEMID itemid
);
Show: