_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 方法。

適用於