次の方法で共有


IHasParent<ParentT> インターフェイス

定義

親を公開する子リソース モデルを表すインターフェイス。

public interface IHasParent<ParentT>
type IHasParent<'ParentT> = interface
Public Interface IHasParent(Of ParentT)

型パラメーター

ParentT

親型

派生

プロパティ

Parent

この子リソースの親を取得します。

適用対象