共用方式為


VSTypeResolutionHelperService.ShouldLoadAssemblyToFindType Method

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣告
Public Function ShouldLoadAssemblyToFindType ( _
    typeName As String, _
    fileName As String, _
    ignoreCase As Boolean _
) As Boolean
public bool ShouldLoadAssemblyToFindType(
    string typeName,
    string fileName,
    bool ignoreCase
)

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VSTypeResolutionHelperService Class

Microsoft.VisualStudio.Shell.Design Namespace