IVsProfilesManagerUI.ShowProfilesUI(IVsProfileDataManager) Method

Definition

public:
 int ShowProfilesUI(Microsoft::VisualStudio::Shell::Interop::IVsProfileDataManager ^ pDataManager);
public:
 int ShowProfilesUI(Microsoft::VisualStudio::Shell::Interop::IVsProfileDataManager ^ pDataManager);
int ShowProfilesUI(Microsoft::VisualStudio::Shell::Interop::IVsProfileDataManager const & pDataManager);
public int ShowProfilesUI (Microsoft.VisualStudio.Shell.Interop.IVsProfileDataManager pDataManager);
abstract member ShowProfilesUI : Microsoft.VisualStudio.Shell.Interop.IVsProfileDataManager -> int
Public Function ShowProfilesUI (pDataManager As IVsProfileDataManager) As Integer

Parameters

pDataManager
IVsProfileDataManager

Returns

Applies to