IAppDomainSetup.PrivateBinPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與 ApplicationBase 目錄結合,以探查私用 (Private) 組件的目錄清單。
public:
property System::String ^ PrivateBinPath { System::String ^ get(); void set(System::String ^ value); };
public string PrivateBinPath { get; set; }
member this.PrivateBinPath : string with get, set
Public Property PrivateBinPath As String
屬性值
包含目錄名稱清單的 String,其中的每個名稱以分號隔開。
備註
私人元件會部署在與應用程式相同的目錄結構中。