Método IVsToolboxItemProvider.GetItemContent (String, UInt16, IntPtr)
Retorna um identificador global de conteúdo de um item interface do usuário.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int GetItemContent(
string szItemID,
ushort format,
out IntPtr pGlobal
)
int GetItemContent(
String^ szItemID,
unsigned short format,
[OutAttribute] IntPtr% pGlobal
)
abstract GetItemContent :
szItemID:string *
format:uint16 *
pGlobal:nativeint byref -> int
Function GetItemContent (
szItemID As String,
format As UShort,
<OutAttribute> ByRef pGlobal As IntPtr
) As Integer
Parâmetros
- szItemID
[in] O ID do item.
- format
[in] O formato dos dados para retornar.
- pGlobal
[out] Um identificador global para o conteúdo do item.Nesse global deve ser liberada pelo chamador.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Consulte também
Interface IVsToolboxItemProvider
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo