X509ChainElementCollection.SyncRoot 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得物件,此物件可用於同步處理對 X509ChainElementCollection 物件的存取。
public:
property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object
屬性值
目前物件的指標參考。
實作
備註
這個屬性會傳 this
回指標,這是目前類別實例的參考。