Grid.ShouldSerializeRowDefinitions 方法

定义

如果与此 RowDefinitionCollection 实例关联的 Grid 不为空,则返回 true。

public:
 bool ShouldSerializeRowDefinitions();
public bool ShouldSerializeRowDefinitions ();
member this.ShouldSerializeRowDefinitions : unit -> bool
Public Function ShouldSerializeRowDefinitions () As Boolean

返回

如果与此 Grid 实例关联的 RowDefinitionCollection 不为空,则为 true;否则为 false

适用于

另请参阅