PropertySettingsHelper.Copy Yöntem

Tanım

Bir yapılandırma örneğinin derin kopyası

public static Microsoft.VisualStudio.Workspace.IPropertySettings Copy (this Microsoft.VisualStudio.Workspace.IPropertySettings settings, Func<Microsoft.VisualStudio.Workspace.IPropertySettings> factory = default);
static member Copy : Microsoft.VisualStudio.Workspace.IPropertySettings * Func<Microsoft.VisualStudio.Workspace.IPropertySettings> -> Microsoft.VisualStudio.Workspace.IPropertySettings
<Extension()>
Public Function Copy (settings As IPropertySettings, Optional factory As Func(Of IPropertySettings) = Nothing) As IPropertySettings

Parametreler

settings
IPropertySettings

Giriş ayarları örneği

factory
Func<IPropertySettings>

Ipropertysettings için fabrika Oluşturucu

Döndürülenler

IPropertySettings

Yapılandırma örneğinin kopyası

Şunlara uygulanır