Assembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function IsSupported ( _ serializedObject As Object, _ filterAttributes As ICollection _ ) As Boolean |
| C# |
|---|
public bool IsSupported( Object serializedObject, ICollection filterAttributes ) |
| Visual C++ |
|---|
public: virtual bool IsSupported( Object^ serializedObject, ICollection^ filterAttributes ) sealed |
| JavaScript |
|---|
function isSupported(serializedObject, filterAttributes); |
Parameters
- serializedObject
- Type: System..::.Object
- filterAttributes
- Type: System.Collections..::.ICollection