_AppDomain.RelativeSearchPath 屬性

定義

為 COM 物件提供與版本無關的 RelativeSearchPath 屬性之存取權。

public:
 property System::String ^ RelativeSearchPath { System::String ^ get(); };
public string RelativeSearchPath { get; }
member this.RelativeSearchPath : string
Public ReadOnly Property RelativeSearchPath As String

屬性值

String

組件解析程式應該在其中探查私用組件的路徑,此路徑位於基底目錄下。

備註

請參閱 AppDomain.RelativeSearchPath 屬性。

適用於