BackupListCollection.GetElementKey(ConfigurationElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定之組態項目的項目索引鍵。
protected:
override System::Object ^ GetElementKey(System::Configuration::ConfigurationElement ^ element);
protected override object GetElementKey (System.Configuration.ConfigurationElement element);
override this.GetElementKey : System.Configuration.ConfigurationElement -> obj
Protected Overrides Function GetElementKey (element As ConfigurationElement) As Object
參數
- element
- ConfigurationElement
要傳回其索引鍵的組態項目。
傳回
所指定組態項目的索引鍵。