ISettingsWriter.Commit(String) 메서드

정의

주의

This method will be removed. Use RequestCommit instead.

이 메서드는 더 이상 사용되지 않습니다. 대신 RequestCommit(String)를 사용하세요. 큐에 대기된 모든 변경 내용을 커밋합니다. 이를 완료하려면 사용자 승인이 필요할 수 있습니다. 이 경우 이 메서드는 즉시 반환되고 사용자가 승인하면 나중에 커밋이 완료됩니다.

[System.Obsolete("This method will be removed. Use RequestCommit instead.")]
public Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingCommitResult Commit (string changeDescription);
[<System.Obsolete("This method will be removed. Use RequestCommit instead.")>]
abstract member Commit : string -> Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingCommitResult
Public Function Commit (changeDescription As String) As SettingCommitResult

매개 변수

changeDescription
String

사람이 읽을 수 있는 지역화된 변경 내용 설명입니다. 예: "이전 버전에서 마이그레이션".

반환

특성

예외

가 null이면 changeDescription throw됩니다.

가 비어 있으면 changeDescription throw됩니다.

적용 대상