共用方式為


ClientSettingsProvider.GetPropertyMetadata(String) 方法

定義

取得從指定之 Web 設定服務所擷取之所有屬性的中繼資料集合。

public:
 static System::Configuration::SettingsPropertyCollection ^ GetPropertyMetadata(System::String ^ serviceUri);
public static System.Configuration.SettingsPropertyCollection GetPropertyMetadata (string serviceUri);
static member GetPropertyMetadata : string -> System.Configuration.SettingsPropertyCollection
Public Shared Function GetPropertyMetadata (serviceUri As String) As SettingsPropertyCollection

參數

serviceUri
String

要從中擷取屬性中繼資料的 Web 設定服務。

傳回

SettingsPropertyCollection

屬性中繼資料。

適用於