Compartilhar via


Options.DefaultFilePath[WdDefaultFilePath] Propriedade

Definição

Retorna ou define pastas padrão para itens como documentos, modelos e gráficos.

public:
 property System::String ^ DefaultFilePath[Microsoft::Office::Interop::Word::WdDefaultFilePath] { System::String ^ get(Microsoft::Office::Interop::Word::WdDefaultFilePath Path); void set(Microsoft::Office::Interop::Word::WdDefaultFilePath Path, System::String ^ value); };
public string DefaultFilePath[Microsoft.Office.Interop.Word.WdDefaultFilePath Path] { get; set; }
member this.DefaultFilePath(Microsoft.Office.Interop.Word.WdDefaultFilePath) : string with get, set
Public Property DefaultFilePath(Path As WdDefaultFilePath) As String

Parâmetros

Path
WdDefaultFilePath

Necessário WdDefaultFilePath. A pasta padrão para definir.

Valor da propriedade

Comentários

A nova configuração entra em vigor imediatamente.

Você pode usar uma sequência de caracteres vazia ("") para remover a configuração do Registro do Windows.

Aplica-se a