Metodo IVsSyntheticTextClient.GetMarkerCommandInfo
Informazioni sui comandi del marcatore di restituisce.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function GetMarkerCommandInfo ( _
pSynthReg As IVsSyntheticRegion, _
iItem As Integer, _
<OutAttribute> pbstrText As String(), _
<OutAttribute> pcmdf As UInteger() _
) As Integer
int GetMarkerCommandInfo(
IVsSyntheticRegion pSynthReg,
int iItem,
string[] pbstrText,
uint[] pcmdf
)
int GetMarkerCommandInfo(
[InAttribute] IVsSyntheticRegion^ pSynthReg,
[InAttribute] int iItem,
[OutAttribute] array<String^>^ pbstrText,
[OutAttribute] array<unsigned int>^ pcmdf
)
abstract GetMarkerCommandInfo :
pSynthReg:IVsSyntheticRegion *
iItem:int *
pbstrText:string[] byref *
pcmdf:uint32[] byref -> int
function GetMarkerCommandInfo(
pSynthReg : IVsSyntheticRegion,
iItem : int,
pbstrText : String[],
pcmdf : uint[]
) : int
Parametri
pSynthReg
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticRegion[in] l'area sintetica di interesse.
iItem
Tipo: Int32[in] Il comando del marcatore eseguire. (vedere MarkerCommandValues)
pbstrText
Tipo: array<String[][out] [facoltativo] al titolo di comando.
pcmdf
Tipo: array<UInt32[][out] Flag di comando per visibilità, è abilitando, e così via.
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 IVsSyntheticTextClient::GetMarkerCommandInfo(
[in] IVsSyntheticRegion *pSynthReg,
[in] long iItem,
[out, custom(uuid_IVsSyntheticTextClient, "optional")] BSTR * pbstrText,
[out] DWORD* pcmdf
);
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.