|
| 1 | +<Type Name="CheckScopeClassifier" FullName="Microsoft.Build.BuildCheck.Infrastructure.CheckScopeClassifier"> |
| 2 | + <TypeSignature Language="C#" Value="public static class CheckScopeClassifier" /> |
| 3 | + <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed CheckScopeClassifier extends System.Object" /> |
| 4 | + <TypeSignature Language="DocId" Value="T:Microsoft.Build.BuildCheck.Infrastructure.CheckScopeClassifier" /> |
| 5 | + <TypeSignature Language="VB.NET" Value="Public Class CheckScopeClassifier" /> |
| 6 | + <TypeSignature Language="F#" Value="type CheckScopeClassifier = class" /> |
| 7 | + <TypeSignature Language="C++ CLI" Value="public ref class CheckScopeClassifier abstract sealed" /> |
| 8 | + <AssemblyInfo> |
| 9 | + <AssemblyName>Microsoft.Build</AssemblyName> |
| 10 | + <AssemblyVersion>15.1.0.0</AssemblyVersion> |
| 11 | + </AssemblyInfo> |
| 12 | + <Base> |
| 13 | + <BaseTypeName>System.Object</BaseTypeName> |
| 14 | + </Base> |
| 15 | + <Interfaces /> |
| 16 | + <Attributes> |
| 17 | + <Attribute FrameworkAlternate="msbuild-17-netcore"> |
| 18 | + <AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName> |
| 19 | + <AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(0)>]</AttributeName> |
| 20 | + </Attribute> |
| 21 | + </Attributes> |
| 22 | + <Docs> |
| 23 | + <summary>To be added.</summary> |
| 24 | + <remarks>To be added.</remarks> |
| 25 | + </Docs> |
| 26 | + <Members> |
| 27 | + <Member MemberName="IsActionInObservedScope"> |
| 28 | + <MemberSignature Language="C#" Value="public static bool IsActionInObservedScope (Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope scope, Microsoft.Build.Shared.IMSBuildElementLocation? location, string projectFileFullPath);" /> |
| 29 | + <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsActionInObservedScope(valuetype Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope scope, class Microsoft.Build.Shared.IMSBuildElementLocation location, string projectFileFullPath) cil managed" /> |
| 30 | + <MemberSignature Language="DocId" Value="M:Microsoft.Build.BuildCheck.Infrastructure.CheckScopeClassifier.IsActionInObservedScope(Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope,Microsoft.Build.Shared.IMSBuildElementLocation,System.String)" /> |
| 31 | + <MemberSignature Language="VB.NET" Value="Public Shared Function IsActionInObservedScope (scope As EvaluationCheckScope, location As IMSBuildElementLocation, projectFileFullPath As String) As Boolean" /> |
| 32 | + <MemberSignature Language="F#" Value="static member IsActionInObservedScope : Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope * Microsoft.Build.Shared.IMSBuildElementLocation * string -> bool" Usage="Microsoft.Build.BuildCheck.Infrastructure.CheckScopeClassifier.IsActionInObservedScope (scope, location, projectFileFullPath)" /> |
| 33 | + <MemberSignature Language="C++ CLI" Value="public:
 static bool IsActionInObservedScope(Microsoft::Build::Experimental::BuildCheck::EvaluationCheckScope scope, Microsoft::Build::Shared::IMSBuildElementLocation ^ location, System::String ^ projectFileFullPath);" /> |
| 34 | + <MemberType>Method</MemberType> |
| 35 | + <AssemblyInfo> |
| 36 | + <AssemblyName>Microsoft.Build</AssemblyName> |
| 37 | + <AssemblyVersion>15.1.0.0</AssemblyVersion> |
| 38 | + </AssemblyInfo> |
| 39 | + <ReturnValue> |
| 40 | + <ReturnType>System.Boolean</ReturnType> |
| 41 | + </ReturnValue> |
| 42 | + <Parameters> |
| 43 | + <Parameter Name="scope" Type="Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope" /> |
| 44 | + <Parameter Name="location" Type="Microsoft.Build.Shared.IMSBuildElementLocation"> |
| 45 | + <Attributes> |
| 46 | + <Attribute FrameworkAlternate="msbuild-17-netcore"> |
| 47 | + <AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName> |
| 48 | + <AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(2)>]</AttributeName> |
| 49 | + </Attribute> |
| 50 | + </Attributes> |
| 51 | + </Parameter> |
| 52 | + <Parameter Name="projectFileFullPath" Type="System.String" /> |
| 53 | + </Parameters> |
| 54 | + <Docs> |
| 55 | + <param name="scope" /> |
| 56 | + <param name="location" /> |
| 57 | + <param name="projectFileFullPath" /> |
| 58 | + <summary> |
| 59 | + Indicates whether given location is in the observed scope, based on currently built project path. |
| 60 | + </summary> |
| 61 | + <returns /> |
| 62 | + <remarks>To be added.</remarks> |
| 63 | + <exception cref="T:System.ArgumentOutOfRangeException" /> |
| 64 | + </Docs> |
| 65 | + </Member> |
| 66 | + <Member MemberName="IsActionInObservedScope"> |
| 67 | + <MemberSignature Language="C#" Value="public static bool IsActionInObservedScope (Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope scope, string? filePathOfEvent, string projectFileFullPath);" /> |
| 68 | + <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsActionInObservedScope(valuetype Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope scope, string filePathOfEvent, string projectFileFullPath) cil managed" /> |
| 69 | + <MemberSignature Language="DocId" Value="M:Microsoft.Build.BuildCheck.Infrastructure.CheckScopeClassifier.IsActionInObservedScope(Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope,System.String,System.String)" /> |
| 70 | + <MemberSignature Language="VB.NET" Value="Public Shared Function IsActionInObservedScope (scope As EvaluationCheckScope, filePathOfEvent As String, projectFileFullPath As String) As Boolean" /> |
| 71 | + <MemberSignature Language="F#" Value="static member IsActionInObservedScope : Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope * string * string -> bool" Usage="Microsoft.Build.BuildCheck.Infrastructure.CheckScopeClassifier.IsActionInObservedScope (scope, filePathOfEvent, projectFileFullPath)" /> |
| 72 | + <MemberSignature Language="C++ CLI" Value="public:
 static bool IsActionInObservedScope(Microsoft::Build::Experimental::BuildCheck::EvaluationCheckScope scope, System::String ^ filePathOfEvent, System::String ^ projectFileFullPath);" /> |
| 73 | + <MemberType>Method</MemberType> |
| 74 | + <AssemblyInfo> |
| 75 | + <AssemblyName>Microsoft.Build</AssemblyName> |
| 76 | + <AssemblyVersion>15.1.0.0</AssemblyVersion> |
| 77 | + </AssemblyInfo> |
| 78 | + <ReturnValue> |
| 79 | + <ReturnType>System.Boolean</ReturnType> |
| 80 | + </ReturnValue> |
| 81 | + <Parameters> |
| 82 | + <Parameter Name="scope" Type="Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope" /> |
| 83 | + <Parameter Name="filePathOfEvent" Type="System.String"> |
| 84 | + <Attributes> |
| 85 | + <Attribute FrameworkAlternate="msbuild-17-netcore"> |
| 86 | + <AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName> |
| 87 | + <AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(2)>]</AttributeName> |
| 88 | + </Attribute> |
| 89 | + </Attributes> |
| 90 | + </Parameter> |
| 91 | + <Parameter Name="projectFileFullPath" Type="System.String" /> |
| 92 | + </Parameters> |
| 93 | + <Docs> |
| 94 | + <param name="scope" /> |
| 95 | + <param name="filePathOfEvent" /> |
| 96 | + <param name="projectFileFullPath" /> |
| 97 | + <summary> |
| 98 | + Indicates whether given location is in the observed scope, based on currently built project path. |
| 99 | + </summary> |
| 100 | + <returns /> |
| 101 | + <remarks>To be added.</remarks> |
| 102 | + <exception cref="T:System.ArgumentOutOfRangeException" /> |
| 103 | + </Docs> |
| 104 | + </Member> |
| 105 | + <Member MemberName="IsScopingReady"> |
| 106 | + <MemberSignature Language="C#" Value="public static Func<Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope,bool> IsScopingReady { get; }" /> |
| 107 | + <MemberSignature Language="ILAsm" Value=".property class System.Func`2<valuetype Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope, bool> IsScopingReady" /> |
| 108 | + <MemberSignature Language="DocId" Value="P:Microsoft.Build.BuildCheck.Infrastructure.CheckScopeClassifier.IsScopingReady" /> |
| 109 | + <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property IsScopingReady As Func(Of EvaluationCheckScope, Boolean)" /> |
| 110 | + <MemberSignature Language="F#" Value="static member IsScopingReady : Func<Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope, bool>" Usage="Microsoft.Build.BuildCheck.Infrastructure.CheckScopeClassifier.IsScopingReady" /> |
| 111 | + <MemberSignature Language="C++ CLI" Value="public:
 static property Func<Microsoft::Build::Experimental::BuildCheck::EvaluationCheckScope, bool> ^ IsScopingReady { Func<Microsoft::Build::Experimental::BuildCheck::EvaluationCheckScope, bool> ^ get(); };" /> |
| 112 | + <MemberType>Property</MemberType> |
| 113 | + <AssemblyInfo> |
| 114 | + <AssemblyName>Microsoft.Build</AssemblyName> |
| 115 | + <AssemblyVersion>15.1.0.0</AssemblyVersion> |
| 116 | + </AssemblyInfo> |
| 117 | + <ReturnValue> |
| 118 | + <ReturnType>System.Func<Microsoft.Build.Experimental.BuildCheck.EvaluationCheckScope,System.Boolean></ReturnType> |
| 119 | + </ReturnValue> |
| 120 | + <Docs> |
| 121 | + <summary> |
| 122 | + Notifies the subscribers that the scoping is ready. |
| 123 | + </summary> |
| 124 | + <value>To be added.</value> |
| 125 | + <remarks>To be added.</remarks> |
| 126 | + </Docs> |
| 127 | + </Member> |
| 128 | + </Members> |
| 129 | +</Type> |
0 commit comments