_AppDomain.SetShadowCopyPath(String) メソッド

定義

COM オブジェクトに、SetShadowCopyPath(String) メソッドへのバージョンに依存しないアクセスが用意されています。

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)

パラメーター

s
String

ディレクトリ名のリスト。各ディレクトリ名はセミコロンで区切られます。

属性

注釈

メソッドを AppDomain.SetShadowCopyPath 参照してください。

適用対象