BuildActionConverter.NotInBuildAction Property
Gets the not-in-build actions.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared ReadOnly Property NotInBuildAction As String
Get
'Usage
Dim value As String
value = BuildActionConverter.NotInBuildAction
public static string NotInBuildAction { get; }
public:
static property String^ NotInBuildAction {
String^ get ();
}
static function get NotInBuildAction () : String
static member NotInBuildAction : string
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace