Share via


IVsWorkingFolders.GetFolder(UInt32, Boolean, Boolean) Method

Definition

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

Returns

Applies to