Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

93 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="HostObjectInitializationStatus" FullName="Microsoft.Build.Utilities.HostObjectInitializationStatus">
<TypeSignature Language="C#" Value="public enum HostObjectInitializationStatus" />
<AssemblyInfo>
<AssemblyName>Microsoft.Build.Utilities</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<since version="2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>
<see cref="T:Microsoft.Build.Utilities.HostObjectInitializationStatus" /> is the return type of the <see cref="M:Microsoft.Build.Utilities.ToolTask.InitializeHostObject" /> method of the <see cref="T:Microsoft.Build.Utilities.ToolTask" /> class.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Defines the next action for <see cref="T:Microsoft.Build.Utilities.ToolTask" /> after an attempt to initialize the host object.</para>
</summary>
</Docs>
<Members>
<Member MemberName="NoActionReturnFailure">
<MemberSignature Language="C#" Value="NoActionReturnFailure" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Microsoft.Build.Utilities.HostObjectInitializationStatus</ReturnType>
</ReturnValue>
<Docs>
<since version="2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Indicates that some of the parameters being passed into the task are invalid, and that the task should fail immediately.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="NoActionReturnSuccess">
<MemberSignature Language="C#" Value="NoActionReturnSuccess" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Microsoft.Build.Utilities.HostObjectInitializationStatus</ReturnType>
</ReturnValue>
<Docs>
<since version="2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Indicates that the host object is up to date, and that no further action is necessary.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="UseAlternateToolToExecute">
<MemberSignature Language="C#" Value="UseAlternateToolToExecute" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Microsoft.Build.Utilities.HostObjectInitializationStatus</ReturnType>
</ReturnValue>
<Docs>
<since version="2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Indicates that either a host object is not available, or that the host object is not capable of supporting all of the features required for this build. Therefore, <see cref="T:Microsoft.Build.Utilities.ToolTask" /> should fallback to an alternate means of doing the build, such as invoking the command-line tool.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="UseHostObjectToExecute">
<MemberSignature Language="C#" Value="UseHostObjectToExecute" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Microsoft.Build.Utilities.HostObjectInitializationStatus</ReturnType>
</ReturnValue>
<Docs>
<since version="2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Indicates that an appropriate host object for this task exists, which can support all of the parameters passed in and should be invoked to do the real work of the task.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>