StorageInfo.CreateSubStorage(String) Method

Definition

Creates a new child StorageInfo with this StorageInfo as the parent.

public:
 System::IO::Packaging::StorageInfo ^ CreateSubStorage(System::String ^ name);
public System.IO.Packaging.StorageInfo CreateSubStorage (string name);
member this.CreateSubStorage : string -> System.IO.Packaging.StorageInfo
Public Function CreateSubStorage (name As String) As StorageInfo

Parameters

name
String

The name for the new child data store.

Returns

The new child data store.

Exceptions

The name parameter is null.

Applies to

See also