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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IPopulator Interface

IPopulator Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy Namespace