IVsProfileSettingsTree.RevisePlacements(IVsProfileSettingsTree, IVsProfileSettingsTree, String) Méthode

Définition

public:
 int RevisePlacements(Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ pTreeRoot, Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ pTreeRootBasis, System::String ^ bstrCurrentParent);
public:
 int RevisePlacements(Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ pTreeRoot, Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ pTreeRootBasis, Platform::String ^ bstrCurrentParent);
int RevisePlacements(Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree const & pTreeRoot, Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree const & pTreeRootBasis, std::wstring const & bstrCurrentParent);
public int RevisePlacements (Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree pTreeRoot, Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree pTreeRootBasis, string bstrCurrentParent);
abstract member RevisePlacements : Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree * Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree * string -> int
Public Function RevisePlacements (pTreeRoot As IVsProfileSettingsTree, pTreeRootBasis As IVsProfileSettingsTree, bstrCurrentParent As String) As Integer

Paramètres

pTreeRoot
IVsProfileSettingsTree

[in] Interface IVsProfileSettingsTree pour la racine de l'arborescence.

pTreeRootBasis
IVsProfileSettingsTree

[in] Interface IVsProfileSettingsTree pour la base d'arborescence associée à une racine.

bstrCurrentParent
String

[in] Si cette arborescence a une autre racine spécifiée, puis ajoute l'individu comme enfant dans cette arborescence.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

Signature COM

À partir de vsshell80. idl :

[C++]

HRESULT IVsProfileSettingsTree::RevisePlacements(  
   [in] IVsProfileSettingsTree *pTreeRoot,   
   [in] IVsProfileSettingsTree *pTreeRootBasis,   
   [in] BSTR bstrCurrentParent  
);  

S’applique à