共用方式為


PropertyValue.IsCollection 屬性

定義

在衍生類別內實作時,取得一個值,這個值指出此 PropertyValue 是否為集合。

public:
 abstract property bool IsCollection { bool get(); };
public abstract bool IsCollection { get; }
member this.IsCollection : bool
Public MustOverride ReadOnly Property IsCollection As Boolean

屬性值

true 如果屬性值為集合,則為 ;否則為 false

適用於