_Application.StartupPath Propiedad

Definición

Devuelve o establece la ruta de acceso completa de la carpeta de inicio, sin incluir el separador final.

public:
 property System::String ^ StartupPath { System::String ^ get(); void set(System::String ^ value); };
public string StartupPath { get; set; }
member this.StartupPath : string with get, set
Public Property StartupPath As String

Valor de propiedad

Comentarios

Las plantillas y los complementos ubicados en la carpeta Inicio se cargan automáticamente al iniciar Microsoft Word.

Se aplica a