Compartir a través de


_Explorer.NavigationPane Propiedad

Definición

Devuelve un NavigationPane objeto que representa el panel de navegación de un Explorer objeto. Solo lectura.

public:
 property Microsoft::Office::Interop::Outlook::NavigationPane ^ NavigationPane { Microsoft::Office::Interop::Outlook::NavigationPane ^ get(); };
public Microsoft.Office.Interop.Outlook.NavigationPane NavigationPane { get; }
Public ReadOnly Property NavigationPane As NavigationPane

Valor de propiedad

Comentarios

Algunos objetos Explorer no tenga un objeto NavigationPane asociado. En tales casos, esta propiedad devuelve Nothing (una referencia nula (Nothing en Visual Basic) en C#)

Se aplica a