Type.GetAttributeFlagsImpl Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected MustOverride Function GetAttributeFlagsImpl As TypeAttributes
'Usage
Dim returnValue As TypeAttributes

returnValue = Me.GetAttributeFlagsImpl()
protected abstract TypeAttributes GetAttributeFlagsImpl()
protected:
virtual TypeAttributes GetAttributeFlagsImpl() abstract
abstract GetAttributeFlagsImpl : unit -> TypeAttributes 
protected abstract function GetAttributeFlagsImpl() : TypeAttributes

Return Value

Type: TypeAttributes

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace