다음을 통해 공유


WritableSettingsStore.CreateCollection Method

Creates the given collection path by creating each nested collection while skipping the ones that already exist.

Namespace:  Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)

Syntax

‘선언
Public MustOverride Sub CreateCollection ( _
    collectionPath As String _
)
‘사용 방법
Dim instance As WritableSettingsStore
Dim collectionPath As String

instance.CreateCollection(collectionPath)
public abstract void CreateCollection(
    string collectionPath
)
public:
virtual void CreateCollection(
    String^ collectionPath
) abstract
abstract CreateCollection : 
        collectionPath:string -> unit 
public abstract function CreateCollection(
    collectionPath : String
)

Parameters

Exceptions

Exception Condition
ArgumentException

If empty string ("") which deis passed to the method it throws this exception.

Remarks

If the full path of collections already exist, the method simply returns.

.NET Framework Security

See Also

Reference

WritableSettingsStore Class

WritableSettingsStore Members

Microsoft.VisualStudio.Settings Namespace