CallingDataMethodsEventArgs.DataMethodsType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含要呼叫之資料方法的型別(如果資料方法是靜態方法)。
public:
property Type ^ DataMethodsType { Type ^ get(); void set(Type ^ value); };
public Type DataMethodsType { get; set; }
member this.DataMethodsType : Type with get, set
Public Property DataMethodsType As Type
屬性值
包含要呼叫之靜態資料方法的型別,或者為 null
(如果資料方法不是靜態方法)。
備註
如果設定這個屬性,請勿設定 DataMethodsObject 屬性。