Bagikan melalui


Vbc.OptionStrictType Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets a value for the OptionStrict property. Currently, the value can be set to "custom" and specifies whether the task generates warnings for implicit narrowing type conversions.

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.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Property OptionStrictType As String
public string OptionStrictType { get; set; }
public:
property String^ OptionStrictType {
    String^ get ();
    void set (String^ value);
}
member OptionStrictType : string with get, set
function get OptionStrictType () : String 
function set OptionStrictType (value : String)

Property Value

Type: System.String
A value for the OptionStrict property.

.NET Framework Security

See Also

Reference

Vbc Class

Microsoft.Build.Tasks Namespace