Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetExpression.cs / 1 / CodeSnippetExpression.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.CodeDom {
using System.Diagnostics;
using System;
using Microsoft.Win32;
using System.Collections;
using System.Runtime.InteropServices;
///
///
/// Represents a snippet expression.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeSnippetExpression : CodeExpression {
private string value;
///
///
/// Initializes a new instance of .
///
///
public CodeSnippetExpression() {
}
///
///
/// Initializes a new instance of using the specified snippet
/// expression.
///
///
public CodeSnippetExpression(string value) {
Value = value;
}
///
///
/// Gets or sets the snippet expression.
///
///
public string Value {
get {
return (value == null) ? string.Empty : value;
}
set {
this.value = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.CodeDom {
using System.Diagnostics;
using System;
using Microsoft.Win32;
using System.Collections;
using System.Runtime.InteropServices;
///
///
/// Represents a snippet expression.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeSnippetExpression : CodeExpression {
private string value;
///
///
/// Initializes a new instance of .
///
///
public CodeSnippetExpression() {
}
///
///
/// Initializes a new instance of using the specified snippet
/// expression.
///
///
public CodeSnippetExpression(string value) {
Value = value;
}
///
///
/// Gets or sets the snippet expression.
///
///
public string Value {
get {
return (value == null) ? string.Empty : value;
}
set {
this.value = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StorageMappingItemLoader.cs
- XmlSchemaAnnotated.cs
- WpfKnownTypeInvoker.cs
- WebPartCatalogAddVerb.cs
- DataBindingCollection.cs
- InvokeWebServiceDesigner.cs
- sqlmetadatafactory.cs
- Matrix3DConverter.cs
- ConditionalAttribute.cs
- Expression.cs
- ConstraintManager.cs
- DBParameter.cs
- SqlInternalConnectionSmi.cs
- DesignerDataTable.cs
- LinkConverter.cs
- AnimatedTypeHelpers.cs
- CodeExpressionCollection.cs
- ProgressiveCrcCalculatingStream.cs
- DbMetaDataFactory.cs
- PseudoWebRequest.cs
- HtmlTextBoxAdapter.cs
- WindowsTokenRoleProvider.cs
- TableCell.cs
- ArithmeticException.cs
- RepeatBehavior.cs
- Int16AnimationUsingKeyFrames.cs
- UnmanagedBitmapWrapper.cs
- ApplicationException.cs
- CodeAttributeDeclarationCollection.cs
- CopyAction.cs
- FontDifferentiator.cs
- WebCategoryAttribute.cs
- BigInt.cs
- IProvider.cs
- TypefaceCollection.cs
- DataGridToolTip.cs
- ItemChangedEventArgs.cs
- DataBoundControlActionList.cs
- KeyPullup.cs
- SqlDependencyUtils.cs
- ReachDocumentReferenceSerializerAsync.cs
- RefreshInfo.cs
- XmlQueryRuntime.cs
- XmlCDATASection.cs
- CacheModeValueSerializer.cs
- XmlSchemaAnnotation.cs
- ServiceDescriptions.cs
- XmlSigningNodeWriter.cs
- SmtpNtlmAuthenticationModule.cs
- StringConverter.cs
- JoinQueryOperator.cs
- RadioButtonFlatAdapter.cs
- AppDomainProtocolHandler.cs
- NameTable.cs
- ClientRequest.cs
- WCFBuildProvider.cs
- Roles.cs
- GCHandleCookieTable.cs
- TimerElapsedEvenArgs.cs
- OleDbDataAdapter.cs
- remotingproxy.cs
- GridViewUpdateEventArgs.cs
- _SafeNetHandles.cs
- WebPartVerb.cs
- ImportCatalogPart.cs
- InputEventArgs.cs
- DoubleConverter.cs
- XmlQualifiedNameTest.cs
- Atom10FormatterFactory.cs
- IdentityModelDictionary.cs
- SupportsEventValidationAttribute.cs
- ExpressionBuilderContext.cs
- securestring.cs
- SrgsSemanticInterpretationTag.cs
- CodeLabeledStatement.cs
- OrderPreservingPipeliningMergeHelper.cs
- UIAgentAsyncBeginRequest.cs
- ToolStripLabel.cs
- ProfileInfo.cs
- QilScopedVisitor.cs
- ExtendedPropertyInfo.cs
- TrustManager.cs
- LockedBorderGlyph.cs
- FamilyMap.cs
- BitmapEffectOutputConnector.cs
- AccessibleObject.cs
- GeneralTransform3D.cs
- FreezableOperations.cs
- ColumnMapVisitor.cs
- OptimisticConcurrencyException.cs
- DesignerActionTextItem.cs
- PathGeometry.cs
- SystemIPAddressInformation.cs
- ChannelDemuxer.cs
- ServiceModelExtensionCollectionElement.cs
- PromptStyle.cs
- SaveFileDialog.cs
- WebControl.cs
- SoapSchemaImporter.cs
- CalendarAutomationPeer.cs