Share via


VSTypeResolutionHelperService.ShouldLoadAssemblyToFindType Method

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

Syntax

'Declaration
Public Function ShouldLoadAssemblyToFindType ( _
    typeName As String, _
    fileName As String, _
    ignoreCase As Boolean _
) As Boolean
public bool ShouldLoadAssemblyToFindType(
    string typeName,
    string fileName,
    bool ignoreCase
)
public:
bool ShouldLoadAssemblyToFindType(
    String^ typeName, 
    String^ fileName, 
    bool ignoreCase
)
member ShouldLoadAssemblyToFindType : 
        typeName:string * 
        fileName:string * 
        ignoreCase:bool -> bool
public function ShouldLoadAssemblyToFindType(
    typeName : String, 
    fileName : String, 
    ignoreCase : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VSTypeResolutionHelperService Class

Microsoft.VisualStudio.Shell.Design Namespace