DataSpecifier Members

Represents a utility class that provides the ability to parse and resolve data specifiers.

The DataSpecifier type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member Parse Overloaded. Parses a data specifier string into its components.
Public methodStatic member Resolve Overloaded. Converts the data specifier string into its textual representation by using the specified delegate resolver method.
Public methodStatic member ResolveAll Converts a string of one or more data specifiers into its textual representation by using the specified delegate resolver method.
Public method ToString Returns a string representation consisting of all the components of the specified DataSpecifier object. (Overrides Object.ToString().)

Top

Properties

  Name Description
Public property Alignment Gets the portion of the data specifier string that represents the alignment component.
Public property FormatString Gets the portion of the data specifier string that represents the formatString component.
Public property Qualifier Gets the portion of the data specifier string that represents the qualifier component.
Public property Specifier Gets the portion of the data specifier string that represents the specifier component.

Top

See Also

Reference

DataSpecifier Class

Microsoft.VisualStudio.Data.Framework Namespace