DirectiveRegistry::GetDirectives Method (Version^, String^)

.NET Framework (current version)
 

Returns a collection of directives based on the frameworkVersion parameter and the extension parameter.

Namespace:   System.Web.UI.Design.Directives
Assembly:  System.Design (in System.Design.dll)

public:
static ReadOnlyCollection<Type^>^ GetDirectives(
	Version^ frameworkVersion,
	String^ extension
)

Parameters

frameworkVersion
Type: System::Version^

The .NET Framework version.

extension
Type: System::String^

The file name extension.

Return Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<Type^>^

A read only collection.

.NET Framework
Available since 4.5
Return to top
Show: