RenderTreeFrame.Component プロパティ

定義

プロパティが FrameType と等しい場合は、 Component子コンポーネント インスタンスを取得します。 それ以外の場合、値は未定義です。

public:
 property Microsoft::AspNetCore::Components::IComponent ^ Component { Microsoft::AspNetCore::Components::IComponent ^ get(); };
public Microsoft.AspNetCore.Components.IComponent Component { get; }
member this.Component : Microsoft.AspNetCore.Components.IComponent
Public ReadOnly Property Component As IComponent

プロパティ値

適用対象