DirectoryEntry.NativeObject 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得原生 Active Directory Service Interfaces (ADSI) 物件。
public:
property System::Object ^ NativeObject { System::Object ^ get(); };
public object NativeObject { get; }
[System.ComponentModel.Browsable(false)]
[System.DirectoryServices.DSDescription("DSNativeObject")]
public object NativeObject { get; }
member this.NativeObject : obj
[<System.ComponentModel.Browsable(false)>]
[<System.DirectoryServices.DSDescription("DSNativeObject")>]
member this.NativeObject : obj
Public ReadOnly Property NativeObject As Object
屬性值
原生 ADSI 物件。
- 屬性
備註
使用這個屬性來轉換原生 Active Directory 網域服務 物件,此物件會在您想要使用 COM 介面時實作 IADs 介面。 如需 IAD 介面的詳細資訊,請參閱 IAD 一 文。
這個物件適用於無法單獨使用類別完成的 System.DirectoryServices 進階案例。 若要使用它,您需要從 IAD 系列匯入其中一個 COM 介面,然後將此屬性轉換成該介面。