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 | |
---|---|---|
ConfigCanonicalName(String) | Initializes a new instance of the ConfigCanonicalName class. | |
ConfigCanonicalName(String, String) | Initializes a new instance of the ConfigCanonicalName class. |
Top
Properties
Name | Description | |
---|---|---|
ConfigName | Gets {insert text here}. | |
MSBuildPlatform | Gets {insert text here}. | |
Platform | Gets {insert text here}. | |
PlatformTarget | Gets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ValueType..::..Equals(Object).) | |
Equals(ConfigCanonicalName) | ||
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides ValueType..::..GetHashCode() () () ().) | |
GetType | (Inherited from Object.) | |
MatchesConfigName | ||
MatchesPlatform | ||
MemberwiseClone | (Inherited from Object.) | |
OfCondition | ||
ToMSBuildCondition | ||
ToString | (Overrides ValueType..::..ToString() () () ().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | ||
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