This document is archived and information here might be outdated. Recommended version. |
Gets the suggested name of the copied object (if conflict).
[Visual Basic .NET] Public Function GetSuggestedName ( _ ByVal toName As IName _ ) As String
[C#] public string GetSuggestedName ( IName toName );
[C++]
HRESULT GetSuggestedName(
IName* toName
);
[C++] Parameters toName [in]
toName is a parameter of type IName*