Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / Microsoft / Win32 / FileDialogCustomPlace.cs / 1305600 / FileDialogCustomPlace.cs
/**************************************************************************\ Copyright Microsoft Corporation. All Rights Reserved. \**************************************************************************/ namespace Microsoft.Win32 { using System; using System.Globalization; ////// A union of KnownFolders and file paths that can be placed into FileDialog's Favorites pane. /// public sealed class FileDialogCustomPlace { ////// Create a new FileDialogCustomPlace from a known folder guid. /// ////// Guids provided here may be gotten from the KnownFolders.h file included in the Windows SDK. /// New guids can also be registered by an application. /// public FileDialogCustomPlace(Guid knownFolder) { KnownFolder = knownFolder; } ////// Create a new FileDialogCustomPlace from a file path. /// public FileDialogCustomPlace(string path) { Path = path ?? ""; } public Guid KnownFolder { get; private set; } public string Path { get; private set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LocatorPart.cs
- RotateTransform3D.cs
- newitemfactory.cs
- Group.cs
- WebPartDeleteVerb.cs
- Section.cs
- DispatcherTimer.cs
- KeyConstraint.cs
- EmptyEnumerator.cs
- Misc.cs
- LogicalExpressionTypeConverter.cs
- XmlCharCheckingWriter.cs
- Calendar.cs
- TransportListener.cs
- StringCollection.cs
- ReadWriteSpinLock.cs
- WindowInteractionStateTracker.cs
- ConfigurationStrings.cs
- RegexGroupCollection.cs
- SupportsEventValidationAttribute.cs
- UserControlFileEditor.cs
- ObjectDisposedException.cs
- HandlerFactoryWrapper.cs
- ProfileModule.cs
- DiscoveryClientDuplexChannel.cs
- FormsAuthenticationUser.cs
- IList.cs
- CounterCreationData.cs
- StringOutput.cs
- ArrayElementGridEntry.cs
- TileBrush.cs
- CodeMemberMethod.cs
- BasicDesignerLoader.cs
- BlurEffect.cs
- ADMembershipProvider.cs
- UnsafeNativeMethods.cs
- SqlConnection.cs
- CaseInsensitiveHashCodeProvider.cs
- CryptographicAttribute.cs
- GroupBox.cs
- SqlRowUpdatingEvent.cs
- BamlLocalizableResource.cs
- SoapRpcServiceAttribute.cs
- MetadataArtifactLoaderFile.cs
- StrokeNode.cs
- Win32PrintDialog.cs
- NameGenerator.cs
- nulltextcontainer.cs
- ComplexBindingPropertiesAttribute.cs
- WebConfigurationManager.cs
- TableSectionStyle.cs
- SessionStateItemCollection.cs
- RotationValidation.cs
- Parsers.cs
- _RequestLifetimeSetter.cs
- QuarticEase.cs
- BeginStoryboard.cs
- DataGridViewCellStyleEditor.cs
- PrinterResolution.cs
- Inline.cs
- WebConfigurationManager.cs
- UnsafeNativeMethodsTablet.cs
- DateTimeStorage.cs
- XmlCustomFormatter.cs
- QilList.cs
- Dump.cs
- CounterCreationData.cs
- RequestQueue.cs
- DetailsViewActionList.cs
- FactorySettingsElement.cs
- RegexCompiler.cs
- ProfilePropertySettingsCollection.cs
- StrokeNodeOperations2.cs
- XomlCompilerError.cs
- TextServicesDisplayAttributePropertyRanges.cs
- WebConfigurationFileMap.cs
- Scheduling.cs
- EntityDataSourceDataSelectionPanel.cs
- HtmlInputHidden.cs
- RowSpanVector.cs
- ContentIterators.cs
- AssemblyNameProxy.cs
- XmlDataContract.cs
- documentsequencetextview.cs
- PropertySet.cs
- DataBindingExpressionBuilder.cs
- WebPartManagerInternals.cs
- Guid.cs
- MimePart.cs
- MemoryMappedViewAccessor.cs
- ViewGenResults.cs
- HttpListenerContext.cs
- WebConfigurationManager.cs
- MessagePartDescriptionCollection.cs
- Debug.cs
- LinkedResourceCollection.cs
- XmlKeywords.cs
- Hash.cs
- AutomationPeer.cs
- MetaModel.cs