IPopulator.IsAddSupported Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function IsAddSupported ( _
node As IDatabaseSchemaViewNode, _
modelType As Type _
) As Boolean
'Usage
Dim instance As IPopulator
Dim node As IDatabaseSchemaViewNode
Dim modelType As Type
Dim returnValue As Boolean
returnValue = instance.IsAddSupported(node, _
modelType)
bool IsAddSupported(
IDatabaseSchemaViewNode node,
Type modelType
)
bool IsAddSupported(
IDatabaseSchemaViewNode^ node,
Type^ modelType
)
function IsAddSupported(
node : IDatabaseSchemaViewNode,
modelType : Type
) : boolean
abstract IsAddSupported :
node:IDatabaseSchemaViewNode *
modelType:Type -> bool
Parameters
- modelType
Type: System.Type
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.