_AppDomain.RelativeSearchPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 COM 物件提供與版本無關的 RelativeSearchPath 屬性之存取權。
public:
property System::String ^ RelativeSearchPath { System::String ^ get(); };
public string RelativeSearchPath { get; }
member this.RelativeSearchPath : string
Public ReadOnly Property RelativeSearchPath As String
屬性值
組件解析程式應該在其中探查私用組件的路徑,此路徑位於基底目錄下。
備註
請參閱 AppDomain.RelativeSearchPath 屬性。