IVsProfileSettingsFileInfo.GetFileLocation(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:
int GetFileLocation([Runtime::InteropServices::Out] System::UInt32 % pfileLocation);
int GetFileLocation([Runtime::InteropServices::Out] unsigned int & pfileLocation);
public int GetFileLocation (out uint pfileLocation);
abstract member GetFileLocation : uint32 -> int
Public Function GetFileLocation (ByRef pfileLocation As UInteger) As Integer
Parameters
- pfileLocation
- UInt32
[out]
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
C++
From vsshell80.idl:
HRESULT IVsProfileSettingsFileInfo::GetFileLocation(
[out] VSPROFILELOCATIONS *pfileLocation
);