IVsProject4.GenerateUniqueItemName Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function GenerateUniqueItemName ( _
itemidLoc As UInteger, _
pszExt As String, _
pszSuggestedRoot As String, _
<OutAttribute> ByRef pbstrItemName As String _
) As Integer
int GenerateUniqueItemName(
uint itemidLoc,
string pszExt,
string pszSuggestedRoot,
out string pbstrItemName
)
int GenerateUniqueItemName(
[InAttribute] unsigned int itemidLoc,
[InAttribute] String^ pszExt,
[InAttribute] String^ pszSuggestedRoot,
[OutAttribute] String^% pbstrItemName
)
abstract GenerateUniqueItemName :
itemidLoc:uint32 *
pszExt:string *
pszSuggestedRoot:string *
pbstrItemName:string byref -> int
function GenerateUniqueItemName(
itemidLoc : uint,
pszExt : String,
pszSuggestedRoot : String,
pbstrItemName : String
) : int
Parameters
- itemidLoc
Type: System.UInt32
- pszExt
Type: System.String
- pszSuggestedRoot
Type: System.String
- pbstrItemName
Type: System.String%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.