ProjectElementLink.SetExpressedAsAttribute(ProjectElement, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void SetExpressedAsAttribute(Microsoft::Build::Construction::ProjectElement ^ xml, bool value);
public static void SetExpressedAsAttribute (Microsoft.Build.Construction.ProjectElement xml, bool value);
static member SetExpressedAsAttribute : Microsoft.Build.Construction.ProjectElement * bool -> unit
Public Shared Sub SetExpressedAsAttribute (xml As ProjectElement, value As Boolean)
Parameters
- xml
- ProjectElement
- value
- Boolean