IVsProfileSettingsTree.RevisePlacements Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Parametreler
- pTreeRoot
- IVsProfileSettingsTree
'ndaki IVsProfileSettingsTree Ağaç köküne yönelik bir arabirim.
- pTreeRootBasis
- IVsProfileSettingsTree
'ndaki IVsProfileSettingsTree Ağaç Rood temelinde bir arabirim.
- bstrCurrentParent
- String
'ndaki Bu ağaçta belirtilen alternatif bir kök varsa, bu ağaçta kendisini alt öğe olarak ekler.
Döndürülenler
Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.
Açıklamalar
COM Imzası
Vsshell80. IDL adresinden:
[C++]
HRESULT IVsProfileSettingsTree::RevisePlacements(
[in] IVsProfileSettingsTree *pTreeRoot,
[in] IVsProfileSettingsTree *pTreeRootBasis,
[in] BSTR bstrCurrentParent
);