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
- CodeGroup.cs
- Pair.cs
- SrgsDocument.cs
- ContentElementAutomationPeer.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- RowTypeElement.cs
- CheckBoxRenderer.cs
- Rotation3DKeyFrameCollection.cs
- SqlDataSourceCommandEventArgs.cs
- XpsFont.cs
- CodeDOMUtility.cs
- XPathParser.cs
- SimpleParser.cs
- RtType.cs
- ImageSourceValueSerializer.cs
- MemberRelationshipService.cs
- IgnorePropertiesAttribute.cs
- AdapterDictionary.cs
- MemberProjectionIndex.cs
- IntSecurity.cs
- DataGridViewTopLeftHeaderCell.cs
- FormViewInsertEventArgs.cs
- PreDigestedSignedInfo.cs
- NavigationWindowAutomationPeer.cs
- XPathSelfQuery.cs
- DataTemplateKey.cs
- ClosureBinding.cs
- WindowsHyperlink.cs
- GestureRecognizer.cs
- _AutoWebProxyScriptEngine.cs
- XPathDocumentNavigator.cs
- SystemWebCachingSectionGroup.cs
- RectangleGeometry.cs
- CodeTypeParameter.cs
- TraceProvider.cs
- FileSecurity.cs
- Command.cs
- ComplexLine.cs
- BitmapEffectRenderDataResource.cs
- XmlEntityReference.cs
- RestHandler.cs
- Oid.cs
- ConstNode.cs
- DrawListViewSubItemEventArgs.cs
- InputScope.cs
- SelectionChangedEventArgs.cs
- StringComparer.cs
- WebFormDesignerActionService.cs
- _SSPISessionCache.cs
- WindowsNonControl.cs
- DataGridHeaderBorder.cs
- SourceChangedEventArgs.cs
- ConvertersCollection.cs
- RoleGroupCollectionEditor.cs
- TextUtf8RawTextWriter.cs
- Error.cs
- _BaseOverlappedAsyncResult.cs
- DataReaderContainer.cs
- FixedDocument.cs
- HtmlInputPassword.cs
- LoadWorkflowAsyncResult.cs
- ExtensionWindowHeader.cs
- EntitySetRetriever.cs
- ServerValidateEventArgs.cs
- SafeEventLogReadHandle.cs
- LocalFileSettingsProvider.cs
- ReflectTypeDescriptionProvider.cs
- ErrorWebPart.cs
- DPTypeDescriptorContext.cs
- Serializer.cs
- PointConverter.cs
- QueryStringParameter.cs
- InputBindingCollection.cs
- FontWeight.cs
- XPathDescendantIterator.cs
- WebPartDescription.cs
- LineSegment.cs
- BuildProviderAppliesToAttribute.cs
- RightsManagementResourceHelper.cs
- WebBrowserContainer.cs
- PocoEntityKeyStrategy.cs
- ImmutableAssemblyCacheEntry.cs
- Scripts.cs
- XmlChoiceIdentifierAttribute.cs
- FacetValueContainer.cs
- FileAuthorizationModule.cs
- InfoCardRSACryptoProvider.cs
- DynamicVirtualDiscoSearcher.cs
- WebExceptionStatus.cs
- ValueChangedEventManager.cs
- EnumerableRowCollectionExtensions.cs
- DictionaryChange.cs
- TokenBasedSetEnumerator.cs
- TrackingParticipant.cs
- DataGridViewAccessibleObject.cs
- XPathArrayIterator.cs
- TraceContext.cs
- SchemaType.cs
- ProfileSection.cs
- PassportIdentity.cs