DirectiveRegistry.GetDirectives Method (Version, String)
.NET Framework (current version)
Returns a collection of directives based on the frameworkVersion parameter and the extension parameter.
Assembly: System.Design (in System.Design.dll)
Public Shared Function GetDirectives ( frameworkVersion As Version, extension As String ) As ReadOnlyCollection(Of Type)
Parameters
- frameworkVersion
-
Type:
System.Version
The .NET Framework version.
- extension
-
Type:
System.String
The file name extension.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection(Of Type)A read only collection.
.NET Framework
Available since 4.5
Available since 4.5
Show: