VsTargetFrameworkProvider::IsSupportedType Method (Type^)

 

Determines whether or not the specified type is supported.

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

public:
virtual bool IsSupportedType(
	Type^ type
) override

Parameters

type
Type: System::Type^

The type.

Return Value

Type: System::Boolean

true if the type is supported, otherwise false.

Return to top
Show: