IDatabaseProjectExtenderContributor<TExtendee>.CanExtend Method
Returns true if this contributor can extend the extendee under the specified extender name.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function CanExtend ( _
extenderName As String, _
extendee As TExtendee _
) As Boolean
bool CanExtend(
string extenderName,
TExtendee extendee
)
bool CanExtend(
String^ extenderName,
TExtendee extendee
)
abstract CanExtend :
extenderName:string *
extendee:'TExtendee -> bool
function CanExtend(
extenderName : String,
extendee : TExtendee
) : boolean
Parameters
- extenderName
Type: System.String
The extender name queried for.
- extendee
Type: TExtendee
The object that is extended.
Return Value
Type: System.Boolean
true if this contributor can provide an extender.
.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.
See Also
Reference
IDatabaseProjectExtenderContributor<TExtendee> Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace