Partager via


IVsSplitter.IsPanePrimary, méthode

Détermine si le volet est le volet primaire.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Function IsPanePrimary ( _
    pPane As IVsSplitPane _
) As Integer
int IsPanePrimary(
    IVsSplitPane pPane
)
int IsPanePrimary(
    [InAttribute] IVsSplitPane^ pPane
)
abstract IsPanePrimary : 
        pPane:IVsSplitPane -> int
function IsPanePrimary(
    pPane : IVsSplitPane
) : int

Paramètres

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK indiquant que le volet est le primaire.le moyen d'S_FALSE c'est le volet secondaire.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsSplitter::IsPanePrimary(
   [in] IVsSplitPane *pPane
);

Sécurité .NET Framework

Voir aussi

Référence

IVsSplitter Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms