Metodo IVsSyntheticTextManager.CreateSyntheticTextSession
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function CreateSyntheticTextSession ( _
dwFlags As UInteger, _
pOwningObject As Object, _
pClient As IVsSyntheticTextClient, _
<OutAttribute> ByRef ppState As IVsSyntheticTextSession _
) As Integer
int CreateSyntheticTextSession(
uint dwFlags,
Object pOwningObject,
IVsSyntheticTextClient pClient,
out IVsSyntheticTextSession ppState
)
int CreateSyntheticTextSession(
[InAttribute] unsigned int dwFlags,
[InAttribute] Object^ pOwningObject,
[InAttribute] IVsSyntheticTextClient^ pClient,
[OutAttribute] IVsSyntheticTextSession^% ppState
)
abstract CreateSyntheticTextSession :
dwFlags:uint32 *
pOwningObject:Object *
pClient:IVsSyntheticTextClient *
ppState:IVsSyntheticTextSession byref -> int
function CreateSyntheticTextSession(
dwFlags : uint,
pOwningObject : Object,
pClient : IVsSyntheticTextClient,
ppState : IVsSyntheticTextSession
) : int
Parametri
dwFlags
Tipo: UInt32[in] Inutilizzato, deve essere zero
pOwningObject
Tipo: Object[in] L'oggetto proprietario (in genere il buffer)
pClient
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticTextClient[in] l'interfaccia client
ppState
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticTextSession%[out] la nuova sessione.
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr.idl:
HRESULT IVsSyntheticTextManager::CreateSyntheticTextSession(
[in] DWORD dwFlags,
[in] IUnknown *pOwningObject,
[in] IVsSyntheticTextClient *pClient,
[out] IVsSyntheticTextSession **ppState
);
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.