WpfDocumentPreviewer.StreamWrapper.Commit C# (CSharp) 메소드

Commit() 공개 메소드

This operation is not supported.
public Commit ( int grfCommitFlags ) : void
grfCommitFlags int
리턴 void
		public void Commit(int grfCommitFlags) {
			throw new NotSupportedException();
		}