ConfigCanonicalName Structure

Provides a way to provide standard operations on Configuration/Platform pairs used in configuration.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Structure ConfigCanonicalName
'Usage
Dim instance As ConfigCanonicalName
public struct ConfigCanonicalName
public value class ConfigCanonicalName
[<SealedAttribute>]
type ConfigCanonicalName =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The ConfigCanonicalName type exposes the following members.

Constructors

  Name Description
Public method ConfigCanonicalName(String) Initializes a new instance of the ConfigCanonicalName class.
Public method ConfigCanonicalName(String, String) Initializes a new instance of the ConfigCanonicalName class.

Top

Properties

  Name Description
Public property ConfigName Gets {insert text here}.
Public property MSBuildPlatform Gets {insert text here}.
Public property Platform Gets {insert text here}.
Public property PlatformTarget Gets {insert text here}.

Top

Methods

  Name Description
Public method Equals(Object) (Overrides ValueType..::..Equals(Object).)
Public method Equals(ConfigCanonicalName)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Overrides ValueType..::..GetHashCode() () () ().)
Public method GetType (Inherited from Object.)
Public method MatchesConfigName
Public method MatchesPlatform
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member OfCondition
Public method ToMSBuildCondition
Public method ToString (Overrides ValueType..::..ToString() () () ().)

Top

Operators

  Name Description
Public operatorStatic member Equality
Public operatorStatic member Inequality

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace