DataPointCustomProperties.GetCustomProperty(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回具有指定名稱的資料點自訂屬性。
public:
virtual System::String ^ GetCustomProperty(System::String ^ name);
public virtual string GetCustomProperty (string name);
abstract member GetCustomProperty : string -> string
override this.GetCustomProperty : string -> string
Public Overridable Function GetCustomProperty (name As String) As String
參數
- name
- String
要傳回的屬性名稱。
傳回
string
值,表示具有指定名稱的資料點自訂屬性。 如果未設定要求的屬性,則將傳回資料數列的預設自訂屬性。