CLSCompliantAttribute.IsCompliant 屬性

定義

取得布林值,表示指定程式項目是否符合 CLS 標準。

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

屬性值

如果程式項目符合 CLS 標準,則為 true,否則為 false

適用於