ExtensionManager.AddExtensionLoadPath Method

Adds a path of the list of extension load paths.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Shared Sub AddExtensionLoadPath ( _
    path As String _
)
public static void AddExtensionLoadPath(
    string path
)
public:
static void AddExtensionLoadPath(
    String^ path
)
static member AddExtensionLoadPath : 
        path:string -> unit 
public static function AddExtensionLoadPath(
    path : String
)

Parameters

Remarks

The path will be searched for user extension.xml files in addition to assemblies.

.NET Framework Security

See Also

Reference

ExtensionManager Class

Microsoft.Data.Schema.Extensibility Namespace