IVsSyntheticTextClient.GetMarkerCommandInfo (Método)
Devuelve información del marcador.
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxis
'Declaración
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
Parámetros
pSynthReg
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticRegion[in] la región sintetizada de interés.
iItem
Tipo: Int32[in] El comando marcadores de ejecutarse. (vea MarkerCommandValues)
pbstrText
Tipo: array<String[][out] [opcional el conjunto] título para obtener el comando.
pcmdf
Tipo: array<UInt32[][out] El comando marca para la visibilidad, siendo habilitado, etc.
Valor devuelto
Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.
Comentarios
Prototipo COM
de textmgr.idl:
HRESULT IVsSyntheticTextClient::GetMarkerCommandInfo(
[in] IVsSyntheticRegion *pSynthReg,
[in] long iItem,
[out, custom(uuid_IVsSyntheticTextClient, "optional")] BSTR * pbstrText,
[out] DWORD* pcmdf
);
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsSyntheticTextClient Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)