ProjectTypeResolutionService Class

Definition

An abstract class that provides the Visual Studio implementation of the ITypeResolutionService interface.

public ref class ProjectTypeResolutionService abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ProjectTypeResolutionService abstract
[Windows::Foundation::Metadata::WebHostHidden]
class ProjectTypeResolutionService abstract
public abstract class ProjectTypeResolutionService
type ProjectTypeResolutionService = class
Public MustInherit Class ProjectTypeResolutionService
Inheritance
ProjectTypeResolutionService

Constructors

ProjectTypeResolutionService()

When overridden in a derived class, initializes a new instance of the class.

Methods

GetType(String, Boolean, Boolean, ReferenceType)

When implemented in a derived class, attempts to retrieve a reference type based on search criteria like the name of the type and its case-sensitivity.

Applies to