IVsWorkingFolders.GetFolder(UInt32, Boolean, 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:
System::String ^ GetFolder(System::UInt32 folderKind, bool fVersionSpecific, bool fEnsureCreated);
public:
Platform::String ^ GetFolder(unsigned int folderKind, bool fVersionSpecific, bool fEnsureCreated);
std::wstring GetFolder(unsigned int folderKind, bool fVersionSpecific, bool fEnsureCreated);
public string GetFolder (uint folderKind, bool fVersionSpecific, bool fEnsureCreated);
abstract member GetFolder : uint32 * bool * bool -> string
Public Function GetFolder (folderKind As UInteger, fVersionSpecific As Boolean, fEnsureCreated As Boolean) As String
Parameters
- folderKind
- UInt32
- fVersionSpecific
- Boolean
- fEnsureCreated
- Boolean