Share via


VsTargetFrameworkProvider.IsSupportedType(Type) Method

Definition

Determines whether or not the specified type is supported.

public:
 override bool IsSupportedType(Type ^ type);
public:
 override bool IsSupportedType(Platform::Type ^ type);
public override bool IsSupportedType (Type type);
override this.IsSupportedType : Type -> bool
Public Overrides Function IsSupportedType (type As Type) As Boolean

Parameters

type
Type

The type.

Returns

true if the type is supported, otherwise false.

Applies to