Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class represents the attributes that the GetFullName function returns.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Build.Tasks.Deployment.ManifestUtilities
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration FullNameFlags
[FlagsAttribute]
public enum FullNameFlags
[FlagsAttribute]
public enum class FullNameFlags
[<FlagsAttribute>]
type FullNameFlags
public enum FullNameFlags
Members
Member name | Description | |
---|---|---|
All | Include all attributes.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
Default | Include the Name, Version, Culture, and PublicKeyToken attributes.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
ProcessorArchitecture | Include the Name, Version, Culture, PublicKeyToken, and ProcessorArchitecture attributes.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
Type | Include the Name, Version, Culture, PublicKeyToken, and Type attributes.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
See Also
Reference
Microsoft.Build.Tasks.Deployment.ManifestUtilities Namespace