Compartir a través de


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

  • 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

Vea también

Referencia

IVsSyntheticTextClient Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)