BackupEndpointCollection.GetElementKey(ConfigurationElement) 方法

定義

取得指定之組態項目的項目索引鍵。

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

要傳回其索引鍵的組態項目。

傳回

所指定組態項目的索引鍵。

適用於