When overridden in derived class, gets the target name used to trigger a build.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overridable ReadOnly Property ReEvaluateProjectFileTargetName As String
'使用
Dim value As String
value = Me.ReEvaluateProjectFileTargetName
protected internal virtual string ReEvaluateProjectFileTargetName { get; }
protected public:
virtual property String^ ReEvaluateProjectFileTargetName {
String^ get ();
}
protected internal function get ReEvaluateProjectFileTargetName () : String
Property Value
Type: System.String
The target name used to trigger a build.
Remarks
This property represents the target name that will be used for evaluating the project file, which is used to trigger a build when the project system changes. For example, language projects trigger builds with the "Compile" target whenever the project system changes.
By default this property returns a null reference (Nothing in Visual Basic).
Permissions
- 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.