_AppDomain.SetShadowCopyPath(String) Método
Definição
Fornece objetos COM com acesso independente de versão para o método SetShadowCopyPath(String).Provides COM objects with version-independent access to the SetShadowCopyPath(String) method.
public:
void SetShadowCopyPath(System::String ^ s);
public void SetShadowCopyPath (string s);
[System.Security.SecurityCritical]
public void SetShadowCopyPath (string s);
abstract member SetShadowCopyPath : string -> unit
[<System.Security.SecurityCritical>]
abstract member SetShadowCopyPath : string -> unit
Public Sub SetShadowCopyPath (s As String)
Parâmetros
- s
- String
Uma lista de nomes de diretórios, em que cada nome é separado por ponto e vírgula.A list of directory names, where each name is separated by a semicolon.
- Atributos
Comentários
Consulte o AppDomain.SetShadowCopyPath método.See the AppDomain.SetShadowCopyPath method.