EncryptionPropertyCollection.IndexOf(EncryptionProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷 EncryptionPropertyCollection 物件中特定項目的索引。
public:
int IndexOf(System::Security::Cryptography::Xml::EncryptionProperty ^ value);
public int IndexOf (System.Security.Cryptography.Xml.EncryptionProperty value);
member this.IndexOf : System.Security.Cryptography.Xml.EncryptionProperty -> int
Public Function IndexOf (value As EncryptionProperty) As Integer
參數
- value
- EncryptionProperty
要在 EncryptionProperty 物件中尋找的 EncryptionPropertyCollection 物件。
傳回
如果可在集合中找到,即為 value
的索引,否則為 -1。